Subject:how to sneak a tag in xml conversion Author:Sushant Prabhu Date:23 Nov 2006 07:50 PM
Hi All,
Currently I am using XSLT to convert one xml format to another.
Now after converting all the processing as required I need to embed all the xml into 1 opening & closing tag say something like
My problem is I do not want to interspere the xml tag within this <xsl:template match="node"> as then it would apply to each processed node. I just want it once globally at the top & then at the bottom when all processing is done.