You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2001/03/21 20:22:59 UTC

[Bug 1037] Changed - overriding #FIXED attributes does not result in parsing error

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1037

*** shadow/1037	Tue Mar 20 00:15:25 2001
--- shadow/1037.tmp.21462	Wed Mar 21 11:22:59 2001
***************
*** 5,11 ****
  |       Status: NEW                         Version: 1.2.3                   |
  |   Resolution:                            Platform: PC                      |
  |     Severity: Normal                   OS/Version: Windows NT/2K           |
! |     Priority:                           Component: SAX                     |
  +----------------------------------------------------------------------------+
  |  Assigned To: xerces-j-dev@xml.apache.org                                  |
  |  Reported By: jodeleit@e-spirit.de                                         |
--- 5,11 ----
  |       Status: NEW                         Version: 1.2.3                   |
  |   Resolution:                            Platform: PC                      |
  |     Severity: Normal                   OS/Version: Windows NT/2K           |
! |     Priority: High                      Component: SAX                     |
  +----------------------------------------------------------------------------+
  |  Assigned To: xerces-j-dev@xml.apache.org                                  |
  |  Reported By: jodeleit@e-spirit.de                                         |
***************
*** 22,25 ****
  	<!ATTLIST TEST
  		fix CDATA #FIXED "fixed">
  ]>
! <TEST fix="not fixed/>
--- 22,34 ----
  	<!ATTLIST TEST
  		fix CDATA #FIXED "fixed">
  ]>
! <TEST fix="not fixed/>
! 
! ------- Additional Comments From zongaro@ca.ibm.com  2001-03-21 11:22 -------
! When I run this document through sax.SAXCount with the -v option, I get the 
! following error:
! 
! [Error] override.xml:4:24: Attribute "fix" with value "not fixed" must have a 
! value of "fixed".
! 
! Did you turn on validation and register an error handler?

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org