[xsl] default transform

Subject: [xsl] default transform
From: "Pankaj M. Tolani" <pankaj.tolani@xxxxxxxxx>
Date: Tue, 4 Oct 2005 16:40:36 +0530
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

Current Thread