> I'm writing an xml parser.
Gerard -
All of that stuff has already been taken care of for you. Hundreds of
hours have gone into developing GREAT xml parsers!
http://www.php.net/dom
and
http://www.php.net/simplexml
They take care of the utf-8 decoding and all of that.
--
PHP General Mailing
Answered my own question: XML_Serializer
http://pear.php.net/manual/en/package.xml.xml-serializer.php
Good stuff. Nice and easy. Feed it an assoc. array and away it goes.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I see all these articles and tutorials about reading and parsing XML files.
But what about creating and writing XML files with PHP5?
Is the DOM the only way?
It seems like such a bloated overkill.
I just want to make simple little XML files like this:
Pink Floyd
Dark Side of the Moon
3 matches
Mail list logo