ThoMo
<root> <person name='ThoMo'/> <person name='matt'/> </root>
<?xml version="1.0"> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="text" omit-xml-declaration="yes"/> <xsl:template match="root"> person list </xsl:template> <xsl:template match="person"> - <xsl:value-of select="@name"/> </xsl:template> </xsl:stylesheet>
| ThoMo | snipsnap-search | 4marcus | funzel |







Powered by SnipSnap 1.0b3-uttoxeter