RE: Caching XLS style sheets (MVC Architecture)

2001-05-15 Thread Ted R. Rice
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?

RE: Caching XLS style sheets

2001-05-15 Thread Jeff Schnitzer
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

RE: Caching XLS style sheets

2001-05-14 Thread Saphari.com - www.saphari.com
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

RE: Caching XLS style sheets

2001-05-09 Thread Jeff Schnitzer
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

RE: Caching XLS style sheets

2001-05-09 Thread Jeff Schnitzer
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

Re: Caching XLS style sheets

2001-05-06 Thread Tim Endres
> 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