You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Voytenko, Dimitry" <DV...@SECTORBASE.COM> on 2000/11/04 00:50:32 UTC

Compiled stylesheets

Hi,

Where can I find information about storing compiled stylesheets in Xalan J1?
As I understand it is possible to store prepared
org.apache.xslt.StylesheetRoot and use it several times. Is this class is
thread-safe? I saw several notes that XSLTEngineImpl is not thread-safe.

Thank you