Friday, April 24, 2009

Comments in XSL to Show up in HTML

XSL tag to make XSL comments show up in HTML:

<xsl:comment>This is a comment</xsl:comment>

You may have to set output method = html in your xml file as well:

Output method = html