Hello,

mostly dealing with XML through the Perl-module XML::Simple I'm looking for a simple solution within PHP. PHP4 and PHP5 is available but the DOM XML-stuff seems to be bloated.

What I'm looking is a function that receives an XML-document as a string, which parses the document which all its tags and attributes and which then returns an associative array.

Is there anything available which comes close to my expectations?

Regards
Marten

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

Reply via email to