Re: [xsl] zap some node

Subject: Re: [xsl] zap some node
From: Davide Antoni <davide.antoni@xxxxxxxxxxx>
Date: Wed, 27 Sep 2006 17:07:44 +0200
It works on my eclipse but in may application change only the attribute but don't zap anithing, i don't know the version of trasformer of my application at now.
there's another way to zap some nodes?


David Carlisle ha scritto:
small correction:

 <xsl:template match="@idCUP">
     <xsl:attribute name="idCup">
<!-- oops, sorry        <xsl:value-of select="@idCUP"/> -->
       <xsl:value-of select="."/>
     </xsl:attribute>
  </xsl:template>

Current Thread