The xml output is definitely well-formed. We'll take a look at the
other suggestions.
Thanks!
Angela
"We cannot solve problems by using the same kind of thinking we used
when we created them."
-Albert Einstein
-----Original Message-----
From: Abel Braaksma [mailto:abel(_dot_)online(_at_)xs4all(_dot_)nl]
Sent: Tuesday, March 25, 2008 4:19 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Increase Doc-available timeout?
Hi Angela,
Perhaps something else is wrong the, because in my experience,
doc-available can easily wait a while if the server does not respond
immediately. Note that doc-available also returns false if the returned
document is not a well-formed XML document. You may try the same test
with unparsed-text-available, which does not require that the content be
XML. However, it will fail if non-XML allowed characters (i.e., NULL
characters) are used in the document you are retrieving.
If you need more control you can create a URIResolver class. But since
that is product-specific, you may better ask it on the saxon list.
Cheers,
-- Abel Braaksma
Angela Williams wrote:
Is there a way to increase the timeout length before the doc-available
function returns false? The url I am using is to a servlet that will
return a document when I enter the url in the browser, but it takes a
few seconds to return. Doc-available is always returning false.
Are there any other options?
Xslt2, Saxon8b
Thanks!
Angela Williams
--~------------------------------------------------------------------
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>
--~--
--~------------------------------------------------------------------
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>
--~--
--~------------------------------------------------------------------
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>
--~--