Re: [xml-dev] Documenting XSLT (Was: Note from the Troll)

From
<>
To
,
Date
2002-10-28T21:00:58Z
ID
<>
Thread
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:


<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