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

Re: XQuery and XSLT

Subject: Re: XQuery and XSLT
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Fri, 17 Nov 2006 16:34:18 +0000
Re:  XQuery and XSLT
On 11/17/06, Geert Josten <geert.josten@xxxxxxxxxxx> wrote:
Hi,

I haven't followed this thread and to be honest I opened this message
only 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

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.