http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2564 *** shadow/2564 Wed Jul 11 00:30:09 2001 --- shadow/2564.tmp.6269 Wed Jul 11 00:30:09 2001 *************** *** 0 **** --- 1,28 ---- + +============================================================================+ + | Valid XML doc with defined xml:lang attribute fails on parsing | + +----------------------------------------------------------------------------+ + | Bug #: 2564 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 IBM test suite provide valid XML doc that is provided below (ibm33v01.xml). + The Xerces doesn't proceed this document and returns: + Required attribute 'xml:lang' was not provided in e:\xmloasis2\ibm\valid\P33 + \ibm33v01.xml at line 5 ,offset 24 + + ibm33v01.xml: + <!DOCTYPE book [ + <!ELEMENT book ANY> + <!ATTLIST book xml:lang CDATA #REQUIRED> + ]> + <book xml:lang="en-US">It is written in English</book> + <!-- Tests LanguageID with Langcode - Subcode --> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
