Subject: Re: XQuery and XSLT
From: Robert Koberg <rob@xxxxxxxxxx>
Date: Fri, 17 Nov 2006 10:53:56 -0500
|
Colin Paul Adams wrote:
"Andrew" == Andrew Welch <andrew.j.welch@xxxxxxxxx> writes:
Andrew> Hopefully one day someone will create an XSLT processor
Andrew> that operates against a native XML database, to have have
Andrew> the best of both worlds.
I don't understand why that is necessary.
Just as XSL processors build a custom/smaller/faster DOM, an XML DB
based processor could make use of its custom DOM.
-Rob
Why not just specify a URI scheme for accessing your favourite
database, and write a URI resolver for it that returns events that
your XSLT processor can understand (e.g. for JAXP processors such as
Saxon, generate SAX events)?
Then your favourite database will look like a native XML database to
the XSLT processor.
|