Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


an XQuery API for Java

From: Burak Emir <Burak.Emir@----.-->
To: Michael Kay <michael.h.kay@--------.--->
Date: 7/5/2004 2:54:00 PM
Michael Kay wrote:

>>Burak Emir wrote:
>>    
>>
>> do they
>>even have a publically available Java API ?
>>
>>    
>>
>
>FYI, there is a summary of Saxon's XQuery API at
>http://www.saxonica.com/documentation/using-xquery/embedding.html
>
>  
>
Thanks for the link. I used saxon for XSLT transforms, but never looked 
at its API.

So you use XQuery strings, too. Looks like least common denominators are 
what make industry standards.

>To be frank, supplying the query is the easy part. The challenging bit is
>how to return the results.
>  
>
People will probably agree to never agree on a uniform Infoset 
representation in Java (because there is too much to be gained by 
deviating from the Infoset standard, e.g. by omitting the superfluous 
namespace-prefixes).

Why don't you just return a string - I have been told it has very 
pragmatic benefits ;->

More seriously, why don't you return an net.sf.saxon.om.NodeInfo or 
SequenceIterator and let the caller make a wrapper if he wants to?

The query result from Saxon will be in-memory anyways, and isn't every 
XQuery expression returning some tree node (or sequence thereof)?

Burak


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent