This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: XQuery (was Designs for XSLT functions)


> Forgive my ignorance, but does XQuery provide queries across
> a set of XML
> documents? In other words you have a 'database' of XML
> documents and it
> returns all the documents or part of all the documents matching some
> criteria.

If I understand the thinking correctly, it is that a database would be
represented by a virtual document containing a list of the instance
documents, identified by URL; and then yes, you should be able to search
this entire collection. Of course XSLT has that capability too (in theory):
the real challenge is designing optimizers that can take advantage of
persistent indexes, etc.

Mike Kay


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]