-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
I assume you are using PHP4's DOMXML functions? If that's the case then you
have a bit of a problem. XML support changed between 4.0 and 5.0, we use
libxml2 (which supports UTF-8), but the object model / methods changed to better
conform with the DOM standard. Also AFAIK the experimental tag has been dropped
for PHP5. I reckon that upgrading scripts to work with PHP5 and fixing any bugs
that pop up is far easier than writing your own validating XML parser. Hell,
even libxml2 doesn't fully support XML Schemas yet.
- [PHP] Advise on parsing XML Gerard Samuel
- Re: [PHP] Advise on parsing XML CD Baby
- Re: [PHP] Advise on parsing XML Gerard Samuel
- Re: [PHP] Re: Advise on parsing XML Jason Barnett
- Re: [PHP] Re: Advise on parsing XML Gerard Samuel