RE: sql to xml question

Subject: RE: sql to xml question
From: Thorbjørn Ravn Andersen <TRA@xxxxxxxx>
Date: Fri, 21 Jul 2000 10:51:00 +0200
> I wanted to know what are the different ways to generate XML 
> on the fly from
> sql queries.
> I know there are some that do it.

I expect that most tools that import SQL results in a XML environment, need to build a internal representation of the result as XML.  If you cannot afford to do so, due to memory constraints and all you need is the data as XML, you may be better of by writing a small snippet of code in PHP or similar that generates the XML you need directly as "print" statements.

What is it you need to do?

-- 
  Thorbjørn Ravn Andersen   "...and...Tubular Bells!"


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread