Heh: nice spilleng on the xsltc web page "XSLTC is 100% compliant with the TrAX poriton of the JAXP API. "
:) Quoting Joanne Tong <[EMAIL PROTECTED]>: > Hi > > If you're using XSLTC, you could cache the XML document. > > http://xml.apache.org/xalan-j/xsltc/xsltc_trax_api.html > > Joanne Tong > Software Developer, XSLT Development, IBM Toronto Lab > > > > > "Kurt Riede" <[EMAIL PROTECTED]> > Sent by: [EMAIL PROTECTED] > 04/03/05 08:26 AM > > To > <[EMAIL PROTECTED]> > cc > > Subject > is pre-generation and caching a DTM possible? > > > > > > > Suppose we have a big XML document (>10MB) that rarely changes. > We also have a single stylesheet to transform the XML very often > (>500/min) > in different ways, to extract and transform different parts of the XML to > distinct targets. > > For every transformation, Xalan again builds the DTM from the XML what > impacts performance dramaticaly because the transformations themselfs are > quite simple. > > Is there a way to make the transformer to cache the internal optimized > representation of the XML? > > Or can I pre-generate the DTM by myself and put it into a DOMSource > somehow? > > Regards > > Kurt Riede > > >
