woops sorry, my 2nd XML is wrong. here is the correct.
<child01>
<child02>
<text></text>
<image>image 1</image>
<image>image 2</image>
</child02>
<child02>
<text></text>
<image>image 1</image>
<image>image 2</image>
</child02>
</child01>
<child01>
<child02>
<text></text>...
Hi,
XML novice here with another question. I need to add a XML node like,
<child01>
<child02>
<text></text>
<image>image 1</image>
<image>image 2</image>
</child02>
</child01>
into this node between the ending </child01> and...
Howdy,
I have an PHP page that edits XML files. I want ADD a new *id* attribute to all nodes on the page that do not have it all ready. Then i want to delete all of the values of *id* and set them as an incremental 1-x values down the page.
This is the current code i am using to edit specific...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.