Page 1 of 1

simplexml_load_string equivalent in php4

Posted: Sat Dec 22, 2007 6:54 am
by amitsri
is there anyone who knows the equivalent for simplexml_load_string in php4 or some other way to do it.
Thanks in advance

Posted: Mon Dec 31, 2007 7:46 pm
by Christopher
There are several XML classes for PHP4 that provide this functionality. You can also build your own from the PHP4 XML parser library (see examples in the docs).