[
Lists Home |
Date Index |
Thread Index
]
On Mon, Oct 28, 2002 at 04:00:58PM -0500, AndrewWatt2000@aol.com wrote:
> In a message dated 28/10/2002 20:53:24 GMT Standard Time, ziggy@panix.com
> 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.
|