Is this possible to create a new XML file based on another XML file using XSL/XSLT?
-
Hi I wanted to ask: Is this possible to create a new XML file based on another XML file using XSL/XSLT? I'm trying to build an application that can provide filtering capabilities in an XML file. I want to show the file in a TreeView such that the nodes should show the text inside the XML Tags and not the 'tag Element text'... Thanks in advance Rocky
-
Hi I wanted to ask: Is this possible to create a new XML file based on another XML file using XSL/XSLT? I'm trying to build an application that can provide filtering capabilities in an XML file. I want to show the file in a TreeView such that the nodes should show the text inside the XML Tags and not the 'tag Element text'... Thanks in advance Rocky
Rocky71 wrote:
Is this possible to create a new XML file based on another XML file using XSL/XSLT?
Yes, you would usually use
xsl:copy
and/orxsl:copy-of
."We make a living by what we get, we make a life by what we give." --Winston Churchill