RE: [xsl] doc-available timeout

Subject: RE: [xsl] doc-available timeout
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 8 Apr 2009 10:53:25 +0100
> Is it possible to set the timeout for the doc-available function?

That's a very product-dependent question.
> 
> When set to check a file on a local network, if the ressource 
> is not available (does not even exist) the verification takes 
> forever (> 2 minutes).
> 
> Is this related to the OS / Java / the XPath processor?
> 

With a Java processor like Saxon, you can fine-tune the way operations like
this work by writing your own URIResolver.

Saxon will just ask the Java VM to dereference the URI. So you might also be
able to do some tuning by setting Java system properties.

Michael Kay
http://www.saxonica.com/

Current Thread