>(Location of error unknown)XSLT Error >(javax.xml.transform.TransformerException): >org.apache.xml.dtm.DTMException: No >more DTM IDs are available
... shouldn't be happening in current Xalan code unless you are doing *MASSIVE* creation of RTFs within creation of RTFs within creation of RTFs, or are otherwise handling an obscenely large number of document trees (or an obscenely large number of such trees). Check that you really are running the current version (make sure you aren't finding an earlier version built into the JVM, as discussed in our FAQ). If that isn't the problem, you may need to find another solution which either better leverages the Shared DTM support or doesn't recurse so far. In desperation, you could try adjusting the breakpoint in DTM handles between chunk size and number of chunks, getting more DTMs at the expense of making them less efficient for larger documents. ______________________________________ Joe Kesselman, IBM Next-Generation Web Technologies: XML, XSL and more. "The world changed profoundly and unpredictably the day Tim Berners Lee got bitten by a radioactive spider." -- Rafe Culpin, in r.m.filk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
