Hello everyone!
Let see who the smartest person is! 
I need help adding a node to an existing .xml file without deleting any other node in that .xml.
Pretty much what I’m trying to do is have a html field text box. Put in the YouTube ID and hit submit.
Then poof!!! it gets added into the already existing .xml file.
Here is the XML File format
<item type="youtube" src="ID_HERE" autoplay="true" controls="false" />
I already have an .xml file created. It reads – images, swf, and more. I would need theses YouTube ID submissions to be randomly put in the .xml file.
For example if YouTube ID submited:
<item type="image" src="1.jpg" autoplay="true" controls="false" /> <item type="image" src="2.jpg" autoplay="true" controls="false" /> <item type="youtube" src="ID_HERE" autoplay="true" controls="false" /> <item type="image" src="3.jpg" autoplay="true" controls="false" /> <item type="image" src="4.jpg" autoplay="true" controls="false" /> <item type="image" src="5.jpg" autoplay="true" controls="false" />
How hard is this? :/
I always look around online before I post, it just seems like a headache. I’m willing to learn!
Thanks to anyone who can help.
Tim


