Posted by Sean on 10/22/44 11:34
The XML extension to php implements expat.
The manual has a very straight forward examples. http://ie2.php.net/xml
But if you want a wrapper: I like the xml classes found here
http://phpxmlclasses.sourceforge.net/. For something simple like this
check out class_path_parser. There is an example there as well. It's
kinda old now so some of the functions may have depreciated.
But I suppose the pear xml package
(http://pear.php.net/manual/en/package.xml.xml-parser.php) would be
more up to date.
Navigation:
[Reply to this message]
|