Re: [PHP] Re: Advise on parsing XML

2004-08-07 Thread Gerard Samuel
On Saturday 07 August 2004 11:22 am, Jason Barnett wrote: > 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 c

[PHP] Re: Advise on parsing XML

2004-08-07 Thread Jason Barnett
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