#Zegnateli_oat you probably want to look at DOMDocument, which can parse XML. You can then walk the tree, or use methods like “getelementbytagname”, or use XPath to find the right element. Once you have the element’s object you can set its value to whatever you like.