home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
-
- <xsl:template match="/">
- <xsl:apply-templates select="root"/>
- </xsl:template>
-
- <xsl:template match="root">
- <xsl:for-each select="CTLIST/CATEGORY">
-
- <LI class="linormal" value="1">
- <xsl:attribute name="onmouseup">ClearDrag('<xsl:value-of select="@CID" />')</xsl:attribute>
- <xsl:attribute name="onmouseover">MoveOverLi('<xsl:value-of select="@CID" />', 1)</xsl:attribute>
- <xsl:attribute name="onmouseout">MoveOverLi('<xsl:value-of select="@CID" />', 0)</xsl:attribute>
- <xsl:attribute name="onmousemove">fnDragCheck()</xsl:attribute>
- <xsl:attribute name="CIDVal"><xsl:value-of select="@CID" /></xsl:attribute>
- <IMG src="point.gif">
- </IMG>
- <SPAN class="NormTxt" ID="SpanId" style="font-size:9pt">
- <xsl:attribute name="onmousedown">ClickPoint('<xsl:value-of select="@CID" />')</xsl:attribute>
- <xsl:attribute name="onmouseover">HltLE('<xsl:value-of select="@CID" />', 1)</xsl:attribute>
- <xsl:attribute name="onmouseout">HltLE('<xsl:value-of select="@CID" />', 0)</xsl:attribute>
- <xsl:attribute name="onmousemove">fnMoveItem('<xsl:value-of select="@CID" />')</xsl:attribute>
- <xsl:value-of select="@Name" />
- </SPAN>
- <SPAN ID="DragDiv" style="cursor:default;font-size:9pt">
- </SPAN>
- </LI>
- </xsl:for-each>
- </xsl:template>
-
- </xsl:stylesheet>