Re: [xsl] XSLT implementation

Subject: Re: [xsl] XSLT implementation
From: "Robert Koberg" <rob@xxxxxxxxxx>
Date: Tue, 10 Jul 2001 06:17:28 -0700
XSLTC does that for xalan
http://xml.apache.org/xalan-j/xsltc_usage.html

----- Original Message ----- 
From: "Jean-Baptiste Quenot" <jb.quenot@xxxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, July 09, 2001 1:58 PM
Subject: Re: [xsl] XSLT implementation


> * Robert Koberg:
> 
> > TO transform your xml with xsl on the server
> > you could use xalan (http://xml.apache.org) or saxon
> > (http://users.iclway.co.uk/mhkay/saxon/) as the xsl processor. Each
> > has examples on how to use with servlets.
> 
> Yes, it is a possibility, but using  Resin's XSL engine, you gain XSL to
> Java transformation, which means that an XML file is transformed by your
> XSL stylesheet as fast as if the server was serving a static HTML file.
> 
> Once your XSL is compiled as  a Java class file, every transformation is
> very very fast. Furthermore,  you gain caching on  your output, provided
> you setup the appropriate caching  headers, which means Resin won't ever
> transform the input document again... unless you modify it!
> 
> Try to do that with Xalan ;)
> -- 
> Jean-Baptiste Quenot
> 
>  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