This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Memory problem with "document()"


> Is there another way to keep a parsed instance in memory between two
> transformations ?

Yes, that's easy. You can build a Saxon DocumentInfo structure either using
Saxon's native API or using JAXP interfaces, and since DocumentInfo
implements the JAXP Source interface you can supply it directly as an
argument to the transform() method, as often as you like.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]