|
|
|
|
|
[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] zap some node
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>
|
| |
© 2002-2008 SyncRO Soft Ltd. All rights reserved.
| Sitemap | Privacy Policy This website was created & generated with
<oXygen/> XML Editor |
|
|
|
|
|
|