I have a bulk XML file and I want to change the attributes of a certain node to an element. For instance
< book id=12 >
< author > Tamer < / author >
< / book >
I want it to be
< book >
< id > 12 < / id >
< author > Tamer < / author >
< / book >
Loading

Roei BarPosted Sep 10, 2009, 4:47 PM
Roei BarPosted Sep 11, 2009, 7:21 AM
send me the code you used
Tamer KhalilPosted Sep 10, 2009, 5:34 PM