rewrite XML by XSLT

Post Reply
nicktazo
Newbie
Posts: 13
Joined: Sat Apr 13, 2013 5:31 pm

rewrite XML by XSLT

Post 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
freddyp
Advanced member
Posts: 413
Joined: Thu Feb 09, 2012 3:53 pm

rewrite XML by XSLT

Post 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
Post Reply