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

From
Adam Turoff <>
To
Date
2002-10-28T21:08:06Z
ID
<>
Thread
Re: [xml-dev] Documenting XSLT (Was: Note from the Troll)
On Mon, Oct 28, 2002 at 04:00:58PM -0500,  wrote:
> In a message dated 28/10/2002 20:53:24 GMT Standard Time,  
> 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?

Every XSLT processor I've met passes on comments, and makes them
available through the comment() function.

The solution you see above is an XSLT based one.

Z.