Re: [xsl] Attempting *not* to copy certain nodes

Subject: Re: [xsl] Attempting *not* to copy certain nodes
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Sun, 11 Jan 2004 22:36:59 +0100
Andreas L. Delmelle wrote:
   <xsl:copy>
      <xsl:apply-templates select="Outcome[Success]"/>


Then you can replace this by:
         <xsl:apply-templates />

Which will copy the content, but not the tags, due to the absence of a generic copy template.

J.Pietschmann

XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


Current Thread