Page 1 of 1

rewrite XML by XSLT

Posted: Mon Apr 15, 2013 6:40 pm
by nicktazo
Dears



There is another question.

i am trying to rewrite one XML by XSLT.



here is original XML structure





8

4





i need to update the copynumber to 7 which i got through submit.



how to re-write the xml by XSL or other workable method?



Thanks much



Nick

rewrite XML by XSLT

Posted: Tue Apr 16, 2013 11:57 am
by freddyp
Hi Nick,



XSL is useful for changing the structure of the XML file, not the values. Changing values is best done with a script.



Freddy