xsl-list
[Top] [All Lists]

Re: [xsl] zap some node

2006-09-27 08:08:18
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>

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--