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 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

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to