Howdy, I’m using PHP SimpleXML to make changes to an XML file. I am quite new to this and everything is starting to pan out! (yay).
**My Question: **Is it possible to use php/simpleXML to delete whole objects in xml? For instance:
<track>
<title></title>
<info></info>
</track>
Can I do anything to delete everything from the <track> down to the </track>?
Thanks for the help!