|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] How to use xslt to transform xml to xml with added nodes
My source xml is of the form:
<a>
texta
</a>
<b>
textb
</b>
<c>
<d e="texte"><f g="textg"/></d>
</c>
I want to transform it to a new xml keeping all the original intact
but adding to <c> such that the new xml would be:
<a>
texta
</a>
<b>
textb
</b>
<c>
<d e="texte"><f g="textg"/></d>
<d e="texth"><f g="texti"/></d>
</c>
I am currently using xt but any parser will do.
Thanks!
mike
------------------------------------------------------------------------
Any views expressed in this message are those of the individual sender,
except where the sender specifically states them to be the views of
Reuters Ltd.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








