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 2003/09/30 15:15:08 UTC

DO NOT REPLY [Bug 15444] - 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

pvojtechovsky@usu.cz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From pvojtechovsky@usu.cz  2003-09-30 13:15 -------
I get 
"javax.xml.transform.TransformerException: org.apache.xml.dtm.DTMException: No 
more DTM IDs are available" 
with:
version.DOM.draftlevel=2.0fd
version.JAXP=1.1 or higher
version.xerces2=Xerces-J 2.4.0
version.xerces1=not-present
version.xalan2_2=Xalan Java 2.5.1
version.xalan1=not-present
version.ant=not-present
java.version=1.3.1
version.DOM=2.0
version.crimson=not-present

There is zipped testing project (Eclipse) TestXSL.zip with problematic 
data/Content.xml and data/Transform.xml. There is also zipped consoleout.txt, 
which contains result of EnvironmentCheck in my environment. See also zipped 
readme.txt for more details.