Mr. Karuna,

A few tips:

 o) caching JAXP's Templates objects is the best way of speeding up
    XSLT transformations, even if this means serializing the cached
    objects to stable storage now and then
 o) if possible, use SAX as input and output instead of DOMs
 o) also, if you are using XSLTC, you cache the input documents
    inside org.apache.xalan.xsltc.trax.XSLTCSource objects and pass
    them directly to the Transformer

I hope this helps,

Morten Jorgensen,
XML Technology Centre,
Sun Microsystems Ireland ltd.


karuna prasad wrote:
> 
> Hi
> 
> Can any one send me the tips necessary to speed up xsl stylesheet processing
> by
> jaxp-1.1 parser.
> 
> I found some tips in frequently asked questions section of apache.org site.
> i would like to have some more tips apart from them.
> 
> it would be greatly helpful if  some one send me those tips or the link where
> i can find those tips.
> 
> thank you
> Ammireddy Karuna

Reply via email to