does the xsl servlet compile and cache?

2000-08-03 Thread Dorwin
I have a question. If I add a stylesheet reference to my xsl so that the XSL servlet in orion applies the stylesheet, does orion compile the stylesheet and save it in a cache...or does it do this each time the stylesheet is used? I'm trying to get good speed out of my xsl-rendered page sinc

does the xsl servlet compile and cache?

2000-08-03 Thread Dorwin
I have a question. If I add a stylesheet reference to my xsl so that the XSL servlet in orion applies the stylesheet, does orion compile the stylesheet and save it in a cache...or does it do this each time the stylesheet is used? I'm trying to get good speed out of my xsl-rendered page sinc

XSL Servlet

2000-07-27 Thread Earl Marwil
Is anyone else using the orion XSLServlet? I have been trying to use xsl:variable and xsl:parameter, e.g. /common/images This should be allowed at the top level However, trying to process an xml request through this stylesheet yields the following message: Internal XSL-parser error: java.

RE: XSL Servlet?

2000-07-09 Thread Joseph B. Ottinger
g to happen. > > > > -Original Message- > > From: Joseph B. Ottinger [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, July 09, 2000 4:40 PM > > To: Kevin Duffey > > Cc: Orion-Interest > > Subject: Re: XSL Servlet? > > > > > > On Sat, 8 Jul

RE: XSL Servlet?

2000-07-09 Thread Kevin Duffey
uffey > Cc: Orion-Interest > Subject: Re: XSL Servlet? > > > On Sat, 8 Jul 2000, Kevin Duffey wrote: > > > Hi, > > > > Without looking too much into the docs (I am assuming they are > still very > > skimpy), does the XSLServlet that comes with Orion allow >

Re: XSL Servlet?

2000-07-09 Thread Joseph B. Ottinger
On Sat, 8 Jul 2000, Kevin Duffey wrote: > Hi, > > Without looking too much into the docs (I am assuming they are still very > skimpy), does the XSLServlet that comes with Orion allow translation of XML > into HTML using style sheets? I would like to start experimenting with this > stuff, but not

XSL Servlet?

2000-07-09 Thread Kevin Duffey
Hi, Without looking too much into the docs (I am assuming they are still very skimpy), does the XSLServlet that comes with Orion allow translation of XML into HTML using style sheets? I would like to start experimenting with this stuff, but not sure where to begin. Thanks.