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
rewrite XML by XSLT
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
XSL is useful for changing the structure of the XML file, not the values. Changing values is best done with a script.
Freddy