[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Using XSLT for complicated database mapping

Subject: Re: Using XSLT for complicated database mapping
From: "Steve Muench" <smuench@xxxxxxxxxxxxx>
Date: Tue, 11 Apr 2000 17:27:29 -0700
using xslt insert database xml
Jeff,

| > I have two relational databases, based on complicated schemas. The
| > organization of data within each is completely different, but logically it
| > is possible to map data from one database to another.
|
| I was hoping that someone really knowledgable would answer this,

XSLT is designed to handle XML to XML transformations.

That means that this gentleman's question of:

(Relational-Schema-1)---->(Relational-Schema-2)

Needs to be understood as:

(Query )                                    (Insert)
( over )-->XML1-->[XSLT Transform]-->XML2-->( into )
(RSch-1)                                    (RSch-2)
===============  =================  ================
    Step 1           Step 2              Step 3

XSLT helps with Step 2, the XML1-->XML2 transformation.

You need a technology like the free Oracle XML SQL Utility
(or equivalent bi-directional SQL<-->XML capability)
to handle Step1 and Step3, in combination with XSLT for Step2.

XSLT is definitely up to the task for Step 2.

______________________________________________________________
Steve Muench, Lead XML Evangelist & Consulting Product Manager
Business Components for Java & XSQL Servlet Development Teams
Oracle Rep to the W3C XSL Working Group




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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.