http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1564 *** shadow/1564 Sun May 20 17:26:25 2001 --- shadow/1564.tmp.19449 Mon Jun 18 08:13:27 2001 *************** *** 1,19 **** ! Bug#: 1564 ! Product: XalanJ2 ! Version: 2.0.1 ! Platform: PC ! OS/Version: Linux ! Status: NEW ! Resolution: ! Severity: Normal ! Priority: Medium ! Component: org.apache.xalan ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: Xalan forces validation when entities are declared ! When an internal DTD subset is declared in an XML file, Xalan forces validation of the XML file, even if the internal DTD is used only for declaring entities. In fact the DTD need not declare anything at all. The following simple XML will --- 1,19 ---- ! +============================================================================+ ! | Xalan forces validation when entities are declared | ! +----------------------------------------------------------------------------+ ! | Bug #: 1564 Product: XalanJ2 | ! | Status: NEW Version: 2.0.1 | ! | Resolution: Platform: PC | ! | Severity: Normal OS/Version: Linux | ! | Priority: Medium Component: org.apache.xalan | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | When an internal DTD subset is declared in an XML file, Xalan forces validation of the XML file, even if the internal DTD is used only for declaring entities. In fact the DTD need not declare anything at all. The following simple XML will *************** *** 42,44 **** --- 42,47 ---- the dynamic validation feature of Xerces, which turns on validation when it sees the DTD. Disabling dynamic validation does not seem to have any negative impact on the Xalan transformation. + + ------- Additional Comments From [EMAIL PROTECTED] 2001-06-18 08:13 ------- + Also see bug 2124 which is essentially a duplicate of this bug. \ No newline at end of file
