Re: [PHP-DB] Re: MySQL, PHP, and XML

2003-06-13 Thread Manuel Lemos
Hello, On 06/12/2003 10:21 AM, Hardik Doshi wrote: Hi Manuel, Do you have any references for generating XML files from any of the persistent database? That depends on what you want to do. This class can generate arbitrary XML documents: http://www.phpclasses.org/xmlwriter This package can

Re: [PHP-DB] Re: MySQL, PHP, and XML

2003-06-12 Thread Hardik Doshi
Hi Manuel, Do you have any references for generating XML files from any of the persistent database? Thanks Hardik --- Manuel Lemos [EMAIL PROTECTED] wrote: Hello, On 06/11/2003 11:53 PM, [EMAIL PROTECTED] wrote: Is there an automatic way to insert an XML file into a MySQL DB through

[PHP-DB] Re: MySQL, PHP, and XML

2003-06-11 Thread Manuel Lemos
Hello, On 06/11/2003 11:53 PM, [EMAIL PROTECTED] wrote: Is there an automatic way to insert an XML file into a MySQL DB through say, Load Data InFILE? Or does one have to Pick apart the XML with PHP and insert data into the fields one by one, record by record? You may want to try this class:

[PHP-DB] Re: MySQL, PHP, and XML

2003-06-11 Thread Manuel Lemos
Hello, On 06/11/2003 11:53 PM, [EMAIL PROTECTED] wrote: Is there an automatic way to insert an XML file into a MySQL DB through say, Load Data InFILE? Or does one have to Pick apart the XML with PHP and insert data into the fields one by one, record by record? You may want to try this class: