On Monday, 11/25/2002 at 03:02 PST, Harold Carr <[EMAIL PROTECTED]> wrote:
> What does:
>         (Location of error unknown)XSLT Error
>         (javax.xml.transform.TransformerException): org.apache.xml.dtm.DTMException: No
>         more DTM IDs are available
> mean and how do I workaround it?

It probably means you're using a very obsolete version of Xalan and should upgrade. We made some major architectural changes earlier this year which should have eliminated this issue for all but the most extreme pathological cases.

(More details in the archives of this list and in Bugzilla, but basically DTM IDs -- the "slots" occupied by documents and document fragments -- were a scarce resource in earlier versions of Xalan, due to a fixed trade-off between number of documents and maximum size of each document. The fix was to allow dynamically balancing those two requirements.)

 ______________________________________
Joe Kesselman  / IBM Research

Reply via email to