Is there any way to force org.apache.xalan.xslt.Process to do memory
cleanup during processing?
I'm processing an XML file which contains, among other things,
references to other XML files. My XSL style sheet contains a template
to process an element referencing a XML file, loads the referenced XML
document (using document) into a variable in the template, extracts some
data from that referenced XML, and then exits the template.
It appears as though those loaded documents are not being released (very
effectively), because I die with a Java java.lang.OutOfMemoryError
exception during processing while loading one of those embedded XML
files (which is not one the biggest processed).
The output XML is only at 8471 lines/elements large when the process
dies; I've generated much larger output XML files, so I'm sure the
problem isn't with the XML I'm generating either.
Thanks,
Ed Knoll
--
Edward L. Knoll Phone (FedEx) : (719)484-2717
e-mail (FedEx) : [EMAIL PROTECTED]
e-mail (personal) : [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]