PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2596
*** shadow/2596 Mon Jul 30 05:55:08 2001
--- shadow/2596.tmp.23812 Mon Jul 30 06:23:46 2001
***************
*** 2,9 ****
| Bad DTD crashes DOM Parser. |
+----------------------------------------------------------------------------+
| Bug #: 2596 Product: Xerces-C++ |
! | Status: NEW Version: Nightly build |
! | Resolution: Platform: Other |
| Severity: Normal OS/Version: Other |
| Priority: Other Component: DOM |
+----------------------------------------------------------------------------+
--- 2,9 ----
| Bad DTD crashes DOM Parser. |
+----------------------------------------------------------------------------+
| Bug #: 2596 Product: Xerces-C++ |
! | Status: RESOLVED Version: Nightly build |
! | Resolution: INVALID Platform: Other |
| Severity: Normal OS/Version: Other |
| Priority: Other Component: DOM |
+----------------------------------------------------------------------------+
***************
*** 70,73 ****
If this doesn't help then don't worry about it. If this was stopping my app from
working then I would take the time to code something simple to reproduce it. At
! least we know that it doesn't happen in the example.
--- 70,132 ----
If this doesn't help then don't worry about it. If this was stopping my app from
working then I would take the time to code something simple to reproduce it. At
! least we know that it doesn't happen in the example.
!
! ------- Additional Comments From [EMAIL PROTECTED] 2001-07-30 06:23 -------
! Your DTD also works for me, here is my output:
!
! C:\>domcount -v=always d:\mydoc\xml\myxml\dummy.xml
!
! Fatal Error at file d:\mydoc\xml\myxml\bug2596.dtd, line 20, char 8
! Message: Expected type (CDATA, ID, NMTOKEN, ..), for attribute 'name' of
! element 'server'
!
! Errors occured, no output available
!
!
! C:\>cat d:\mydoc\xml\myxml\dummy.xml
! <?xml version = '1.0' encoding = 'ISO-8859-1'?>
! <!DOCTYPE myexample SYSTEM 'bug2596.dtd'>
! <myexample>
! </myexample>
!
! C:\>cat d:\mydoc\xml\myxml\bug2596.dtd
! <?xml version="1.0" encoding="ISO-8859-1"?>
! <!--
! DTD for CACS Configuration.
! -->
!
! <!ELEMENT cacs_configuration (global_naming_service?, servers*, database?) >
! <!ATTLIST cacs_configuration
! checksum CDATA #REQUIRED
! >
!
! <!ELEMENT global_naming_service EMPTY >
! <!ATTLIST global_naming_service
! name CDATA #REQUIRED
! >
!
! <!ELEMENT servers (server*) >
!
! <!ELEMENT server EMPTY >
! <!ATTLIST server
! name #REQUIRED
! hostname CDATA #REQUIRED
! exec CDATA #REQUIRED
! args CDATA #IMPLIED
! cos_naming_ref CDATA #REQUIRED
! sequence_num CDATA #REQUIRED
! >
!
! <!ELEMENT database EMPTY>
! <!ATTLIST database
! library CDATA '/home/cacs2op/cacs_lib/libctl7d.so'
! server CDATA #REQUIRED
! name CDATA #REQUIRED
! user CDATA #REQUIRED
! password CDATA #REQUIRED
! >
!
!
! Please reopen this bug if you have your app simplified to reproduce the problem.
! Thanks!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]