You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by Hu...@immi.gov.au on 2005/10/25 02:39:20 UTC

Serialize the byte stream and length of theCompiledStylesheet [SEC=UNCLASSIFIED]

Hi,

After this call

theResult = theXalanTransformer.compileStylesheet(theXSLStream  ,
                                theCompiledStylesheet);

Is it possible to convert theCompiledStylesheet into the output byte stream
with the length and later convert back to its original format in order to
reuse without re-compiling again ? It is similar to the Xerces-c
serialize/deserialize of grammar pool.


I am new to all these. Many thanks,
Regards,
Hung Chu