Subject: Re: [xsl] XQuery and XSLT From: Evan Lenz <evan@xxxxxxxxxxxx> Date: Mon, 20 Nov 2006 12:43:01 -0800 |
You'd best look at:
http://www.x-hive.com/products/db/index.html
It works directly on the Persistent DOMs at the least. That is what I know for sure.
Kind regards, Geert
Drs. G.P.H. Josten
Consultant
Daidalos BV Source of Innovation Hoekeindsehof 1-4 2665 JZ Bleiswijk Tel.: +31 (0) 10 850 1200 Fax: +31 (0) 10 850 1199 www.daidalos.nl KvK 27164984
De informatie - verzonden in of met dit emailbericht - is afkomstig van Daidalos BV en is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht onbedoeld hebt ontvangen, verzoeken wij u het te verwijderen. Aan dit bericht kunnen geen rechten worden ontleend.
Van: Andrew Welch [mailto:andrew.j.welch@xxxxxxxxx] Verzonden: vrijdag 17 november 2006 17:34
Aan: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Onderwerp: Re: [xsl] XQuery and XSLT
On 11/17/06, Geert Josten <geert.josten@xxxxxxxxxxx> wrote:
Hi,this message
I haven't followed this thread and to be honest I openedonly by accident, but I cannot help to remark that there ARE native xml databases that have integrated support for XSLT and Xquery (and more). I have good experience with X-Hive/DB:eXist supports XSLT by having a transform() function that uses Xalan, to allow you to transform the XML fragments returned by the query with a stylesheet.
What I mean is when you do something like:
<xsl:apply-templates select="collection(lotsOfXML)//products"/>
...the instruction will incur the same cost as if you had done
for $product in collection(lotsOfXML)//products
in XQuery, as the XML will have been stored and indexed by the db.
Can X-Hive/DB do that? Does it have an XSLT 2.0 processor?
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
RE: [xsl] XQuery and XSLT, Geert Josten | Thread | [xsl] Grouping and Insertion, Jeff Sese |
[xsl] Using copy-of to grab child n, Austin, Darrel | Date | RE: [xsl] Using copy-of to grab chi, Brian Martinez |
Month |