simplexml-like functions or component in php4

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
jimthunderbird
Forum Contributor
Posts: 147
Joined: Tue Jul 04, 2006 3:59 am
Location: San Francisco, CA

simplexml-like functions or component in php4

Post by jimthunderbird »

Hi,
I'm looking for a function set or a php class written in php4 which mimic simplexml, could anybody give a suggestion? If no, I probably need to roll up my sleeve to write one...
Thanks.

With my best,
Jim
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

There are at least three XML extensions provided with various versions of PHP, including 4.

http://php.net/ref.domxml
Post Reply