It looks OK. What does the output look like?
-----Original Message-----
From: Elliotte Rusty Harold [mailto:elharo@xxxxxxxxxxxxxxx]
Sent: Wednesday, March 17, 1999 1:22 PM
To: xsl-list
Subject: comment nodes
Can see a problem with this for copying comment nodes from input to
output? My formatter doesn't like it.
<xsl:template match="comment()">
<xsl:comment><xsl:value-of select="."/></xsl:comment>
</xsl:template>
--
Elliotte Rusty Harold
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|