[PHP] Re: easiest way to CREATE XML with PHP5?

2004-07-18 Thread CD Baby
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

[PHP] Re: easiest way to CREATE XML with PHP5?

2004-07-17 Thread Manuel Lemos
Hello, On 07/18/2004 01:40 AM, Cd Baby wrote: 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: Y