OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] What niche is XQuery targeting?

[ Lists Home | Date Index | Thread Index ]

On Thu, Dec 02, 2004 at 03:10:06PM -0500, Michael Champion wrote:
[...]
> So, I guess one could say that XQuery is at least implicitly targeting
> the situations where you have multiple collections of XML or
> XMLizeable information that need to be related, and allows you to
> relate them dynamically by value rather than by a priori links.

Yes.  Doing a join between data in multiple databases, especially
where the databases are of very different types, used to require
proprietary middleware.

I wrote a keyword search for my Web site that queries over a relational
database, a bunch of RDF, a (filebased) geographical database and a
bunch of XML documents.  It took about ten minutes to get something
working, and about an hour or two to get something good enough for
production use.

Strictly speaking it could also have been done in XSLT, but there's a
danger that the XSLT implementation would have had to examine my
entire database (e.g. if I used apply-templates) and a lower chance
that it would have made use of an index... in other words, even
if the languages are very similar in coverage, the focus of
implementations is likely to be very different.

Liam

-- 
Liam Quin, W3C XML Activity Lead, http://www.w3.org/People/Quin/
http://www.holoweb.net/~liam/




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS