Is there an easy way to generate XML with PHP?
I know PHP can parse XML but I want to just the opposite, use PHP to create XML.
I will send this XML on to others using programming languages etc that they will parse it out themselves. XML is my unifying mechanism.
I had thought of having PHP write a file using the XML syntax.
Any and all assistance is greatly appreciated.
Kind Regards,
Heather Donelson