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/20 09:15:25 UTC

[Bug 1037] New - 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.9165	Tue Mar 20 00:15:25 2001
***************
*** 0 ****
--- 1,25 ----
+ +============================================================================+
+ | overriding #FIXED attributes does not result in parsing error              |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 1037                        Product: Xerces-J                |
+ |       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                                         |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ The following xml does not result in a parsing error and the attribute value 
+ will equal "not fixed":
+ 
+ <!DOCTYPE TEST [
+ 	<!ELEMENT TEST EMPTY>
+ 	<!ATTLIST TEST
+ 		fix CDATA #FIXED "fixed">
+ ]>
+ <TEST fix="not fixed/>

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