I am having difficulty locating a SimpleXML class that defines a children() function. Anyone know a good place to look?
penders
10:16 am on Jan 8, 2011 (gmt 0)
Just to clarify... you are looking for a PHP 4 class that handles XML and behaves like the SimpleXML class that is built in to PHP 5? Presumably upgrading to PHP 5 is not an option?
That is correct. I am looking for a PHP 4 class that behaves like the SimpleXML class in PHP 5. The customer has a pre-exisitng contract with a hosting company that is unwilling to upgrade to PHP 5.
webfoo
4:40 pm on Jan 8, 2011 (gmt 0)
That is correct. I am looking for a PHP 4 class that behaves like the SimpleXML class in PHP 5. The customer has a pre-exisitng contract with a hosting company that is unwilling to upgrade to PHP 5.