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/08/06 16:50:32 UTC

[Bug 2793] - xml:lang should support RFC3066 and ISO639-2.

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=2793

*** shadow/2793	Wed Jul 25 13:13:32 2001
--- shadow/2793.tmp.4473	Mon Aug  6 07:50:32 2001
***************
*** 4,11 ****
  |        Bug #: 2793                        Product: Xerces-J                |
  |       Status: NEW                         Version: 1.4                     |
  |   Resolution:                            Platform: Other                   |
! |     Severity: Normal                   OS/Version: Other                   |
! |     Priority: Other                     Component: Core                    |
  +----------------------------------------------------------------------------+
  |  Assigned To: xerces-j-dev@xml.apache.org                                  |
  |  Reported By: jjc@hpl.hp.com                                               |
--- 4,11 ----
  |        Bug #: 2793                        Product: Xerces-J                |
  |       Status: NEW                         Version: 1.4                     |
  |   Resolution:                            Platform: Other                   |
! |     Severity: Major                    OS/Version: Other                   |
! |     Priority: High                      Component: Core                    |
  +----------------------------------------------------------------------------+
  |  Assigned To: xerces-j-dev@xml.apache.org                                  |
  |  Reported By: jjc@hpl.hp.com                                               |
***************
*** 97,99 ****
--- 97,115 ----
  
  
  
+ 
+ 
+ ------- Additional Comments From gmarcy@us.ibm.com  2001-08-06 07:50 -------
+ From the XML 1.0 (first edition) specification errata:
+ 
+ E73 Rationale:
+ 
+ "The XML processor does not deal with the value of xml:lang, it just passes it 
+ on to the application. Checking its correctness at this level has no benefit..."
+ 
+ The XMLDocumentScanner checkXMLLangAttributeValue() method must be removed and 
+ all calls made on that method (all from XMLValidator) must be removed.  The 
+ current code is in conflict with the XML 1.0 (second edition) specification.
+ 
+ The code in checkXMLLangAttributeValue() should not be "updated" as this would 
+ be in conflict with the Rationale of E73 cited above.

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