[PHP] Reading and changing XML

2006-12-06 Thread Rosen
Hi, I need some help. Which is the best way to parse XML file ( reading some fields ) and change some of them ? Thanks in advance, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Reading and changing XML

2006-12-06 Thread T . Lensselink
If you want to do some simple XML handeling you could go for simpleXML : http://nl3.php.net/manual/en/ref.simplexml.php For the more advanced XML handeling i would go for DOM : http://nl3.php.net/manual/en/ref.dom.php On Wed, 6 Dec 2006 12:47:01 +0200, Rosen [EMAIL PROTECTED] wrote: Hi, I