xsl-list
[Top] [All Lists]

default transform

2005-10-04 04:10:36
i have a scenario where i need to apply simple transforms on select
internal nodes, and pass the remaining nodes to output as is. how do i
achieve this in xsl? how do i specify the part "remaining nodes"?

<xsl:template match="//A/B">
   <B> new text </B>
</xsl:template>

<!-- remaining tree needs to go as is to output xml -->

thanks and regards,
pankaj

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



<Prev in Thread] Current Thread [Next in Thread>