Re: [xsl] use transformator to add nodes to the xml stucture

Subject: Re: [xsl] use transformator to add nodes to the xml stucture
From: "Jesper Tverskov" <jesper.tverskov@xxxxxxxxx>
Date: Mon, 15 Dec 2008 20:45:53 +0100
If I understand you right you are asking for what XSLT is really made for.

You should use the the identity template with templates of exceptions
to add the new elements and attributes.

See my tutorial, "Identity Template: xsl:copy with recursion",
http://www.xmlplease.com/xsltidentity

Cheers,
Jesper Tverskov

Current Thread