-
Key: XMI24-102
-
Legacy Issue Number: 10112
-
Status: closed
-
Source: - ( Christian Hujer)
-
Summary:
Change 'Example: <? XML version="1.0" ?>' into 'Example: <?xml version="1.0"?>'. Conforming XML parsers will complain about the bogus '<? XML' with an error message like "missing PI target" or "invalid PI target" and stop processing. See http://www.w3.org/TR/2006/REC-xml11-20060816/#NT-XMLDecl and http://www.w3.org/TR/2006/REC-xml-20060816/#NT-XMLDecl Production: [23] XMLDecl ('xml' must be lowercase and there must not be any character, not even a whitespace character, between '<?' and 'xml') Change 'Example: <? XML version="1.0" ENCODING="UCS-2" ?>' into 'Example: <?xml version="1.0" encoding="ucs-2"?>'. Conforming XML parsers will complain about the bogus 'ENCODING' with an error message like "'?>' expected" and stop processing. See http://www.w3.org/TR/2006/REC-xml11-20060816/#NT-EncodingDecl and http://www.w3.org/TR/2006/REC-xml-20060816/#NT-EncodingDecl Production: [80] EncodingDecl The OMG spec should be clarified to prevent implementers from running into compatibility problems by violating a referenced spec (in this case XML). In case the uppercase notion was chosen for emphasis, look for alternatives like italics, oblique or bold. Additionally I suggest setting these code examples in a fixed width font.
-
Reported: XMI 2.1 — Fri, 18 Aug 2006 04:00 GMT
-
Disposition: Resolved — XMI 2.4
-
Disposition Summary:
Replace text as described below
-
Updated: Fri, 6 Mar 2015 20:59 GMT
XMI24 — 4.4 XMI Schema and Document Structure
- Key: XMI24-102
- OMG Task Force: XMI for MOF 2 (XMI 2.1) RTF