I'm sorry, I failed to mention the one tricky bit of the situation: the PHP page I'm working with currently gathers up text from a MySQL database, and the text is already formatted as XML. Usually the page just spits out the results from the database then another app is able to read it as XML all ready to go. Now I want to try to manipulate this XML a bit more right after I pull it up from the database before it is ready for the other app to read it, however.
This is where it gets tricky: I can't quite load in an external XML file that I can work with... instead, everything is just text based right now. After reading all the resources I can find, I can't find a way that would let me manipulate the text I'm getting back from the database as XML then print it out as I am doing currently.
I hope this is still possible! Thanks,
Ange52