>What is the way to generate XML from MySql database using PHP? > >Is DOMXML the only way? I dont have it installed on my server, can i >still get XML output? > >I know the workaround like i query the database and echo a XML, but i am >looking for alternatives.
echo, printf, etc. XML is nothing more (or less) than text, so I wouldn't call that a "workaround". DOMXML seems like complete overkill to me, for a situation where you only need to generate XML for export. --------------------------------------------------------------------- michal migurski- contact info and pgp key: sf/ca http://mike.teczno.com/contact.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php