xsl-list
[Top] [All Lists]

[xsl] question regarding setting anyURI from java

2011-07-06 04:50:42
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?

Thx in advance,
Robby

--~------------------------------------------------------------------
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>
--~--