Re: [xml-dev] Documenting XSLT (Was: Note from the Troll)
In a message dated 28/10/2002 20:53:24 GMT Standard Time, [email protected] writes:
And what happens if the parser happens not to pass on information about comments?
Andrew Watt
<xsl:template match="xsl:template/comment()">
<!-- Here's a template to "automatically generate documentation..." -->
...
</xsl:template>
And what happens if the parser happens not to pass on information about comments?
Andrew Watt