Re: [xsl] document function cached?

Subject: Re: [xsl] document function cached?
From: Liam R E Quin <liam@xxxxxx>
Date: Thu, 07 Feb 2013 17:46:40 +0100
On Thu, 2013-02-07 at 17:34 +0100, Michel Hendriksen wrote:

> So I wonder, is this call cached?
Yes.

>  And if so, how can I disable caching
> on this call?

You can't...

But you can sometimes add an extra URI parameter, e.g. appending
?n=1
?n=2
?n=3
and so on, to make the URI change each time.

XSLT is a declarative language, so calling the same function with the
same arguments should always give the same result... although external
functions don't always follow that rule.

Liam

-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/
Ankh: irc.sorcery.net irc.gnome.org freenode/#xml

Current Thread