Title: RE: Caching XLS style sheets (MVC Architecture)
> I asked a question on an MVC application architecture
> using XLS, and got
> advice to cache XLS / XSLT style sheets, and pre
> compile them.
>
> Can someone give me some more background on this.
> How?
MAIL PROTECTED]]
> Sent: Monday, May 14, 2001 1:12 PM
> To: Orion-Interest
> Cc: Jeff Schnitzer
> Subject: RE: Caching XLS style sheets
>
>
> i am VERY interested..
>
>
> artie
>
> Quoting Jeff Schnitzer <[EMAIL PROTECTED]>:
>
> > Excel style
i am VERY interested..
artie
Quoting Jeff Schnitzer <[EMAIL PROTECTED]>:
> Excel stylesheets? Perhaps you mean XSL :-)
>
> If you use the JAXP 1.1 transforms api, creating a
Templates object
> should produce a "precompiled" version of an XSLT.
Although this will
> be completely dependent o
Excel stylesheets? Perhaps you mean XSL :-)
If you use the JAXP 1.1 transforms api, creating a Templates object
should produce a "precompiled" version of an XSLT. Although this will
be completely dependent on implementation, I don't believe any
implementations actually compile to bytecode - rea
Excel stylesheets? Perhaps you mean XSL :-)
If you use the JAXP 1.1 transforms api, creating a Templates object
should produce a "precompiled" version of an XSLT. Although this will
be completely dependent on implementation, I don't believe any
implementations actually compile to bytecode - rea
> I asked a question on an MVC application architecture using XLS, and got advice to
> cache XLS / XSLT style sheets, and pre compile them.
Sounds like something I would say...
> Can someone give me some more background on this.
Hope so.
> How?
The code we use is totally tied to Xalan, but ca