This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: creating XML from a relational database


Matthew,

You can check out our free utilities that do this
against Oracle or any other database with a JDBC driver.

 XML SQL Utility for Java does bidirectional SQL<-->XML
                          handling simple relational tables
                          as well as all the object/relational
                          features of Oracle8i. Can run outside
                          or inside the database.

 XSQL Pages is a framework for assembling and transforming
              XML information from any source (perhaps most
              interestingly databases, but not only that)
              and presenting it over the web in any XML or
              HTML format. Comes with an XSQL Servlet,
              XSQL Command Line, and programmatic Java API
              for processing the templates.

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

______________________________________________________________
Steve Muench, Lead XML Evangelist & Consulting Product Manager
Business Components for Java Dev't Team, Oracle Corporation

----- Original Message ----- 
From: "Matthew Cordes" <mcorde61@maine.edu>
To: <xsl-list@mulberrytech.com>
Sent: Friday, April 07, 2000 12:12 AM
Subject: creating XML from a relational database


| Is there an easy way to get data from a database (oracle) in xml?  I looked
| at perl's module to do this and it lacks rules to create the structure of
| the xml returned.  For instance, I really want to explain the relationship
| of each column to the document and have an exact xml doc made to suit me.
| Does anyone know of a package to do  this?  If not, do you have any
| suggestions for writing one?  I'm probably going to use xerces and java to
| do it.
| 
| -matt
| 
| 
|  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
| 


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]