Merlin wrote:
Hi there,

I am curious if PHP is now able to pars xml without aditional tools like xmlrpc.
If yes which version is required? Is the current php 4.x tree sufficient?

4.x requires the expat parser (so I guess it would require external libs).

5.x has the simplexml extension (which I believe requires no external libs).

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



Reply via email to