Talk:DAP4: Specification Volume 1: Difference between revisions

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
(Created page with " In Section I am concerned about the assertion that attribute names are not case sensitive. What is the rational for this? I believe that this contradicts the general rules of ...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== DMR ==
In Section   I am concerned about the assertion that attribute names are not case sensitive. What is the rational for this? I believe that this contradicts the general rules of XML that state that XML attribute names ARE in fact case sensitive http://www.w3.org/TR/xml11/#sec-common-syn [[User:Ndp|ndp]] 20:24, 23 November 2013 (PST)
Section [[DAP4:_Specification_Volume_1#DMR_XML_Format|DMR_XML_Format]] asserts that in the DMR XML attribute names are case insensitive.  
* What is the rational for this? I believe that this contradicts the general rules of XML that state that XML attribute names are case sensitive. And to my knowledge software API's in java (JDOM) and C++ (xmlib) that deal with XML documents always treat them as case sensitive. [[User:Ndp|ndp]]
**  http://www.w3.org/TR/xml11/#sec-common-syn  
** http://www.w3.org/TR/xmlschema-1/#cAttribute_Declarations
** http://www.w3.org/TR/1999/REC-xml-names-19990114/#NT-NCName

Latest revision as of 04:54, 25 November 2013

DMR

Section DMR_XML_Format asserts that in the DMR XML attribute names are case insensitive.