1 <?xml version=
"1.0" encoding=
"ISO-8859-1"?>
3 <xsl:stylesheet version=
"1.0"
4 xmlns:
xsl=
"http://www.w3.org/1999/XSL/Transform">
6 <xsl:template match=
"/">
9 <h2>Generated HTML
</h2>
15 <xsl:for-each select=
"test/field">
17 <td><xsl:value-of select=
"title"/></td>
18 <td><xsl:value-of select=
"value"/></td>