http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1830 *** shadow/1830 Fri Jun 1 12:00:29 2001 --- shadow/1830.tmp.22307 Thu Jun 14 22:35:00 2001 *************** *** 173,175 **** --- 173,183 ---- the XMLReader created to handle the document() function. The routine to construct the new XMLReader now obtains the primaryReader and uses its EntityResolver if available. + + ------- Additional Comments From [EMAIL PROTECTED] 2001-06-14 22:34 ------- + With the new DTM code, the resolution of this bug was moved to + DTMManagerDefault, revision 1.4. The primary reader is no longer retained in + the XPathContext since it is known only to the DTMManagerDefault. Therefore, + the routine to construct the new XMLReader now obtains the most recently used + EntityResolver for this DTMManagerDefault, if any, and carries that over to the + new XMLReader. \ No newline at end of file