Re: MySql & XML

2001-03-19 Thread Oded Arbel
- Original Message - From: "Shlomi Fish" <[EMAIL PROTECTED]> To: "Avi Boots" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March 19, 2001 11:01 Subject: Re: MySql & XML > > 3. Is there a way to minimize cgi c++ files ? Ther

Re: MySql & XML

2001-03-19 Thread Erez Boym
Hi, > > 1. How can i convert a recordset of mySQL on RH6.1 > to an XML file ? The same way you convert mySQL data to a HTML table. The deference is that you have a different format. Just : Get the data Echo it to your standard output in the XML DTD format and vualla. I know P

Re: MySql & XML

2001-03-19 Thread Shlomi Fish
On Mon, 19 Mar 2001, Avi Boots wrote: > Hi, > > 1. How can i convert a recordset of mySql on RH6.1 to an XML file ? Write a script (Perl/Python/PHP or anything else that supports MySQL) that will read the table and generate XML for it. > 2. How can i send an XML file to the client browser ? I

MySql & XML

2001-03-19 Thread Avi Boots
Hi, 1. How can i convert a recordset of mySql on RH6.1 to an XML file ? 2. How can i send an XML file to the client browser ? 3. Is there a way to minimize cgi c++ files ? Thank you, Avi. = To unsubscribe, send mail to [EMAIL PRO