Re: [xsl] xsl:import and caching under MSXML3

Subject: Re: [xsl] xsl:import and caching under MSXML3
From: "Scott Hernandez" <skot@xxxxxxxxxxxxxxxxx>
Date: Thu, 21 Jun 2001 16:01:32 -0700
Yes, to my knowledge when you load an XSL file and parse it, all includes
and imports are evaluated and included at that time.

----- Original Message -----
From: "Joel P Thornton" <joelt@xxxxxxxxxxxxx>
To: "Xsl-List" <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, June 21, 2001 3:50 PM
Subject: [xsl] xsl:import and caching under MSXML3


> Hey folks,
>
> I am working on implementing a cache for XSL stylesheets under MSXML3 and
> VB/ASP.
>
> My question is this: If a stylesheet I want to cache contains an
> <xsl:import> instruction, then does the stylesheet pointed to by the
> instruction's @href node get cached along with it, using MSXML3's
> IXSLTemplate functionality?
>
> If the answer is yes, then thanks. No further information needed :)
>
> If the answer is no, any suggestions as to the next best way to handle it?
>
> joel
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


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


Current Thread