Re: [xsl] Static stylesheet

Subject: Re: [xsl] Static stylesheet
From: Mike Brown <mike@xxxxxxxx>
Date: Tue, 8 Apr 2003 17:49:41 -0600 (MDT)
Kevin.Gutch@xxxxxxxxxxx wrote:
> 
> Would an XSLT with several parameters and an Document()  that accepts a
> parameter be a static style sheet? Technically the stylesheet never changes
> but the result tree does. I ask because I am interested in caching the
> style sheet but am not sure it is appropriate since the parameters being
> passed in can change each time the stylesheet is requested.

Yes, the prepared/compiled stylesheet should be cacheable, even if it uses
document() and top-level params, both of which are considerations at run-time,
just like the primary source document.

Mike

-- 
  Mike J. Brown   |  http://skew.org/~mike/resume/
  Denver, CO, USA |  http://skew.org/xml/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread