http://surguy.net/articles/client-side-svg.xml
http://surguy.net/examples/dinosaurs/dinosaurs.xml
Directed graph processing
http://www.dpawson.co.uk/xsl/sect2/graphs.html
Determine your XSL processor
http://www.mulberrytech.com/xsl/xsl-list/processor-version.xsl
XSL list
http://www.mulberrytech.com/xsl/xsl-list/index.html
Alternate colours in lines on a table with XSL
http://www.biglist.com/lists/lists.mulberrytech.com/xsl-list/archives/200202/msg00720.html
<xsl:attribute name="class">
<xsl:choose>
<xsl:when test="position() mod 2 = 1">class1</xsl:when>
<xsl:otherwise>class2</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
No comments:
Post a Comment