xsl-list
[Top] [All Lists]

Re: [xsl] question regarding setting anyURI from java

2011-07-06 10:04:31
On 06/07/2011 10:50, Robby Pelssers wrote:
Hi all,

I am trying to get the below query working but i have trouble setting the 
variable from Java.  If I use java.net.URI i get following 
exception:javax.xml.xquery.XQException: Java object cannot be converted to an 
XQuery value

-----------------------------------------
declare variable $uri as xs:anyURI external;
doc($uri)
-----------------------------------------


Can someone shed some light on this?

This is XQuery, so it's off-topic for this list. Ask again on talk @ x-query.com, or on StackOverflow - and tell us which XQuery product you are using, and what calls you are making on the XQJ API.

Michael Kay
Saxonica

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--