[PHP] easiest way to CREATE XML with PHP5?

2004-07-17 Thread CD Baby
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: music album upc=123456789 artistPink

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

2004-07-17 Thread Robert Cummings
On Sun, 2004-07-18 at 00:40, 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