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=4858>. 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=4858 XPath error when using many document() calls ------- Additional Comments From [EMAIL PROTECTED] 2001-11-14 09:25 ------- alltests.xml, plural. Tried it under D13, got a series of mesages like: "file:///D:/user/apache/xml-xalan/test/x/xalanbug/domts/2001/DOM-Test-Suite/tran sforms/test-to-java.xsl; Line 292; Column 68; Can not load requested doc: nodegetownerdocumentnull.xml". That reference occurs around line 221 of alltests.xml. Unfortunately I don't yet have a good answer for you. There are known issues in the area of maximum number of documents which can be loaded into Xalan at a time and how caching of document() works. There is a limited workaround available via a PI which shuts off caching when the select= of an <xsl:for-each> is a document() expression, but that wouldn't address your stylesheet as currently written. If you can rewrite your test into that form, I can show you how to use this PI; if you can't, we need to work harder.
