You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Endre Nagy <na...@netspace.net.au> on 2000/08/04 08:48:51 UTC

Permanence for Compiled XSL

Greetings

I notice it is possible to both
1. Process an XML against an XSL file specification, as well as
2. Compile the XSL file specification to an StylesheetRoot object and use this
against the XML.

My question is, can the StylesheetRoot object be given permanence, for example
as a .class file(ie in the form of bytecode), that can be reused, obviating the need to
recompile the .XSL

Regards

Endre Nagy
Compaq Computer


Re: Permanence for Compiled XSL

Posted by Cyber Bob <ro...@webcybernetics.com>.
----- Original Message -----
From: Endre Nagy <na...@netspace.net.au>
To: <xa...@xml.apache.org>
Sent: Friday, August 04, 2000 4:48 PM
Subject: Permanence for Compiled XSL


> Greetings
>
> I notice it is possible to both
> 1. Process an XML against an XSL file specification, as well as
> 2. Compile the XSL file specification to an StylesheetRoot object and use
this
> against the XML.
>
> My question is, can the StylesheetRoot object be given permanence, for
example
> as a .class file(ie in the form of bytecode), that can be reused,
obviating the need to
> recompile the .XSL
>

Yes - Sun released an early version of this recently. Checkout the Java
site.