comment nodes

Subject: comment nodes
From: Elliotte Rusty Harold <elharo@xxxxxxxxxxxxxxx>
Date: Wed, 17 Mar 1999 13:22:02 -0800
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


Current Thread