http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2562 *** shadow/2562 Wed Jul 11 00:07:34 2001 --- shadow/2562.tmp.6172 Wed Jul 11 00:07:35 2001 *************** *** 0 **** --- 1,31 ---- + +============================================================================+ + | Fixed Attribute Default validity constraint validation failed | + +----------------------------------------------------------------------------+ + | Bug #: 2562 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 | + The OASIS conformance tests revealed another problem with Fixed Attribute + Default validity constraint (see section 3.3.2 in XML1.0 spec). Xerces returns + success thou error is expected. Below you will find attr08.xml to reproduce + this problem. + + attr08.xml: + <!DOCTYPE palimpest [ + <!ELEMENT palimpest EMPTY> + <!ATTLIST palimpest + xmlns CDATA #FIXED "http://java.sun.com/historical" + > + <!-- tests the "fixed attribute default" vc --> + ]> + + <palimpest xmlns="http://over.the.rainbow.com/somewhere"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
