Re: Can XSLT take datasource other than XML

Subject: Re: Can XSLT take datasource other than XML
From: "Steve Muench" <smuench@xxxxxxxxxxxxx>
Date: Tue, 22 Feb 2000 13:14:35 -0800
Richard,

If you get your hands on the free XSQL Servlet 
from Oracle, it makes doing what you're doing
very easy against Oracle and non-Oracle databases
running under any servlet engine.

You type in your query, you provide a stylesheet.
Presto.

Live demos running at:

http://technet.oracle.com/tech/xml/demo/demo1.htm

and the demos are all included in the release
to learn from.

Download by visiting:

http://technet.oracle.com/tech/xml/xsql_servlet

and clicking on the "Software" icon at the top.

This doesn't get around having XML input to
the XSLT processor, but does all the hard
work for you.

Have fun.

__________________________________________________________
Steve Muench, Lead XML Evangelist / Consulting Product Mgr
Oracle Corp, Business Components for Java Development Team
http://technet.oracle.com/tech/xml
----- Original Message ----- 
From: "Richard Li" <richardl@xxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxx>
Sent: Tuesday, February 22, 2000 12:54 PM
Subject: Can XSLT take datasource other than XML 


| Hi,
| 
| I am working on a graduate project - importing/exporting data from/to XML
| documents to/from a relational database using XSLT. The advantage may be
| that using XSLT is easier than using DatabaseDOM API. Regarding the
| importing data from XML to database, how XSLT can call JDBC to make the
| connection to the database? Another question is if XSLT can take other
| datasource other than XML for exporting data from database. I am exploring
| the solutions, so any thoughts are appreciated.
| 
| Richard
| 
| 
|  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
| 


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


Current Thread