This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]