Saxon: Possible to set "PreviewManager" elements in XSLT?

Subject: Saxon: Possible to set "PreviewManager" elements in XSLT?
From: "Randall J. Parr" <RParr@xxxxxxxxxxxxxxxx>
Date: Wed, 23 Aug 2000 09:35:56 -0500
Is there a way to achieve the equivalent of

pm.setPreviewMode( "preview" );
pm.setPreviewElement( new Name( "ROW" ) );

from within an XSLT script/stylesheet?

I have several situations where the transformation are relatively simple
but I have to write Java programs using SAX or Saxon to prevent running
out of memory when processing large files.

It seems (short of "compiling") that the stylesheet/script is the best
place to make statements about what needs to be remembered and what may
be safely forgotten.

R.Parr
Temporal Arts
330 S. Yellowstone Drive, Suite 3
Madison, WI 53705, U.S.A.
608.833.4578
RParr@xxxxxxxxxxxxxxxx



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


Current Thread