Re: [PHP] How to write simpleXML object to a file

2008-04-04 Thread Zoltán Németh
It Maq írta: Hi, I am reading an xml file. After that i modify one node. IN the xml object that i'm handling it is modified but not in the original file. Can you tell me how i can make the modification to an xml file or how to write an xml object to a file? $xml->asXML('whatever.xml'); http

[PHP] How to write simpleXML object to a file

2008-04-04 Thread It Maq
Hi, I am reading an xml file. After that i modify one node. IN the xml object that i'm handling it is modified but not in the original file. Can you tell me how i can make the modification to an xml file or how to write an xml object to a file? Thank you ___