All of the interesting technological, artistic or just plain fun subjects I'd investigate if I had an infinite number of lifetimes. In other words, a dumping ground...

Monday 12 May 2008

client side XSL and SVG

Unfortunately, this looks messed up in firefox and doesn't work in IE6.
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:

tim's shared items

Add to Google Reader or Homepage