Hello Adam, I have attached a simple XSLT stylesheet with an empty input document that 'kills' Xalan-J XSLTC with its famous 'No more DTM IDs are available' error message (if enough Java heap space is available, use '-Xmx800m'). The stylesheet triggers four different resource leaks inside Xalan-J, where unused DOM nodes are never released.
I have submitted a patch to fix this issue to the Xalan-J project in March 2008, but this project has no longer active committers. You can find my patch here: <http://issues.apache.org/jira/browse/XALANJ-2439> Regards, Helge -- Helge Schulz - http://OpenSHORE.org
resleak.xsl
Description: XML document
<?xml version="1.0"?><document/>
--------------------------------------------------------------------- To unsubscribe, e-mail: xalan-dev-unsubscr...@xml.apache.org For additional commands, e-mail: xalan-dev-h...@xml.apache.org