Re: [PHP-DEV] mysql_fetch_xml

2001-08-23 Thread Christian Stocker
In article <[EMAIL PROTECTED]>, "Eliot Shepard" <[EMAIL PROTECTED]> wrote: >> There's already a sql2xml module in pear called XML_sql2xml, which > uses >> PEAR::DB and has some more features (so it's also more bloated, maybe > :) >> ), but does basically the same. > > Ah. Had I been more aware o

Re: [PHP-DEV] mysql_fetch_xml

2001-08-23 Thread Eliot Shepard
> There's already a sql2xml module in pear called XML_sql2xml, which uses > PEAR::DB and has some more features (so it's also more bloated, maybe :) > ), but does basically the same. Ah. Had I been more aware of PEAR, I would have found this. Off-topic I know, but is there a plan for something a

Re: [PHP-DEV] mysql_fetch_xml

2001-08-23 Thread Christian Stocker
In article <[EMAIL PROTECTED]>, "Joey Smith" <[EMAIL PROTECTED]> wrote: > I agree with Brian on this. The only way I can see it being a good idea > to have this in a module is if it were made part of the dbx extension, > or maybe a PEAR C module... There's already a sql2xml module in pear called

Re: [PHP-DEV] mysql_fetch_xml

2001-08-23 Thread Markus Fischer
On Thu, Aug 23, 2001 at 03:17:02PM -0600, Joey Smith wrote : > I agree with Brian on this. The only way I can see it being a good idea > to have this in a module is if it were made part of the dbx extension, > or maybe a PEAR C module... What about PEAR, no? - Markus -- PHP Development Mailin

Re: [PHP-DEV] mysql_fetch_xml

2001-08-23 Thread Joey Smith
I agree with Brian on this. The only way I can see it being a good idea to have this in a module is if it were made part of the dbx extension, or maybe a PEAR C module... On Thu, 23 Aug 2001, Brian Moon wrote the following to Eliot Shepard : > This is a very neat function. I may be able to use

Re: [PHP-DEV] mysql_fetch_xml

2001-08-23 Thread Brian Moon
sage - From: "Eliot Shepard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 23, 2001 3:38 PM Subject: [PHP-DEV] mysql_fetch_xml > I have written a simple PHP function which returns all result rows > associated with a mysql query as an XML document. I

[PHP-DEV] mysql_fetch_xml

2001-08-23 Thread Eliot Shepard
I have written a simple PHP function which returns all result rows associated with a mysql query as an XML document. I needed this to facilitate XSLT presentation of database records. I was thinking about reimplementing the function in C and contributing it to php_mysql.c. Would there be any inte