RE: comment nodes

Subject: RE: comment nodes
From: David Schach <davidsch@xxxxxxxxxxxxx>
Date: Wed, 17 Mar 1999 10:37:29 -0800

-----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


Current Thread