xsl-list
[Top] [All Lists]

Re: Attempting *not* to copy certain nodes

2004-01-11 14:36:59
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