You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/12/17 16:39:30 UTC

DO NOT REPLY [Bug 15444] New: - DTMException in xslt.Process

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15444>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15444

DTMException in xslt.Process

           Summary: DTMException in xslt.Process
           Product: XalanJ2
           Version: 2.4
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Xalan-CmdLine
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: chris@empolis.no


Xalan 2.4.0, Xerces 2.2, JDK Sun 1.4, docbook-xsl 1.54.1

Running

java org.apache.xalan.xslt.Process -in a_docbook_file.xml -xsl /path/to/docbook-
xsl/xhtml/chunk.xsl

Regularly aborts with:

javax.xml.transform.TransformerException: org.apache.xml.dtm.DTMException: No mo
re DTM IDs are available
        at org.apache.xalan.transformer.TransformerImpl.transformNode(Transforme
rImpl.java:1226)
        at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImp
l.java:638)
        at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImp
l.java:1088)
        at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImp
l.java:1066)
        at org.apache.xalan.xslt.Process.main(Process.java:865)
Caused by: org.apache.xml.dtm.DTMException: No more DTM IDs are available


We're using Xalan as a CLI util for xslt. No idea if this is xalan related or a 
docbook-xsl problem - but could do with some ideas on how to move forward.