RE: [xsl] Memory problem with "document()"

Subject: RE: [xsl] Memory problem with "document()"
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Mon, 4 Mar 2002 13:45:02 -0000
> 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@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx


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


Current Thread