RE: [xml-dev] Early Draft Review: XQuery for Java (JSR 225)

From
Michael Kay <>
To
'Ken North' <>,
Date
2004-07-03T10:05:41Z
ID
<20040703100539.GDBJ21846.mta08-svc.ntlworld.com@Turtle>
Thread
RE: [xml-dev] Early Draft Review: XQuery for Java (JSR 225)
> Burak Emir wrote:
> > Sorry, but I did not find much useful information at that 
> address - 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

To be frank, supplying the query is the easy part. The challenging bit is
how to return the results.

Michael Kay