Re: [xsl] question regarding setting anyURI from java

Subject: Re: [xsl] question regarding setting anyURI from java
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Wed, 06 Jul 2011 16:04:09 +0100
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

Current Thread