xsl-list
[Top] [All Lists]

Re: [xsl] zap some node

2006-09-27 07:13:52

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