http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2565 *** shadow/2565 Wed Jul 11 00:46:16 2001 --- shadow/2565.tmp.6305 Wed Jul 11 00:46:16 2001 *************** *** 0 **** --- 1,26 ---- + +============================================================================+ + | The external subset can be empty (Section 2.8) | + +----------------------------------------------------------------------------+ + | Bug #: 2565 Product: Xerces-C | + | Status: NEW Version: 1.5 | + | Resolution: Platform: PC | + | Severity: Normal OS/Version: Windows NT/2K | + | Priority: Other Component: Build | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + At least 5 tests in OASIS suite failed due to the non-existent DTD. They claim + that external subset can be empty hence DTD may not exist. Xerces returns fatal + error : + An exception occured! Type:RuntimeException, Message:Could not open DTD + file 'e:\xmloasis2\oasis\p31pass1.dtd' in e:\xmloasis2\oasis\p31pass1.xml at + line 1 ,offset 60 + + Example (p31pass1.dtd doesn't exist): + <!DOCTYPE doc SYSTEM "p31pass1.dtd" [<!ELEMENT doc EMPTY>]> + <doc/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
