| 4 |
<title>manakai's XML Conformance Checking</title> |
<title>manakai's XML Conformance Checking</title> |
| 5 |
<link rel="stylesheet" href="http://suika.fam.cx/www/style/html/spec"> |
<link rel="stylesheet" href="http://suika.fam.cx/www/style/html/spec"> |
| 6 |
<link rel="license" href="http://suika.fam.cx/c/gnu/fdl"> |
<link rel="license" href="http://suika.fam.cx/c/gnu/fdl"> |
| 7 |
|
<style> |
| 8 |
|
a[id]::before { |
| 9 |
|
content: "[" attr(id) "]"; |
| 10 |
|
color: gray; |
| 11 |
|
font-size: 70%; |
| 12 |
|
font-family: Courier New, monospace; |
| 13 |
|
vertical-align: 60%; |
| 14 |
|
} |
| 15 |
|
</style> |
| 16 |
</head> |
</head> |
| 17 |
<body class="has-abstract"> |
<body class="has-abstract"> |
| 18 |
|
|
| 476 |
a public identifier (<dfn id=var-pid><var>pid</var></dfn>)</dfn>, the |
a public identifier (<dfn id=var-pid><var>pid</var></dfn>)</dfn>, the |
| 477 |
algorithm below <em class=rfc2119>MUST</em> be used:</p> |
algorithm below <em class=rfc2119>MUST</em> be used:</p> |
| 478 |
<ol> |
<ol> |
| 479 |
<li>If <var>pid</var> contains any character |
<li>If <var>pid</var> contains any character |
| 480 |
that is outside of the range of <code>#x20 | <!--#xD | #xA |--> |
that is outside of the range of <code>#x20 | #xD | #xA | |
| 481 |
[a-zA-Z0-9] | [-'()+,./:=?;!*#@$_%]</code><!-- @@ TODO: formal def -->, |
[a-zA-Z0-9] | [-'()+,./:=?;!*#@$_%]</code><!-- @@ TODO: formal def -->, |
| 482 |
or contains a leading <code class=char>U+0020</code> character, |
then it is an |
| 483 |
a trailing <code class=char>U+0020</code> character, or a |
<a href="#xml-well-formedness-error" id=wfe-pubid-char><code>xml-well-formedness-error</code></a>.</li> |
| 484 |
sequence of two or more <code class=char>U+0020</code> characters, |
<li>If <var>pid</var> contains one of <code class=char>U+0009</code> |
| 485 |
then it is a |
<code class=charname>CHARACTER TABULATION</code>, |
| 486 |
<a href="#xml-well-formedness-error" id=wfe-dt-public-id><code>xml-well-formedness-error</code></a>.</li> |
<code class=char>U+000A</code> <code class=charname>CARRIAGE RETURN</code>, |
| 487 |
|
and <code class=char>U+000D</code> <code class=charname>LINE FEED</code> |
| 488 |
|
characters, if the first character of <var>pid</var> is |
| 489 |
|
<code class=char>U+0020</code> <code class=charname>SPACE</code> character, |
| 490 |
|
if the last character of <var>pid</var> is <code class=char>U+0020</code> |
| 491 |
|
<code class=charname>SPACE</code> character, or if there is a |
| 492 |
|
<code class=char>U+0020</code> <code class=charname>SPACE</code> character |
| 493 |
|
immediately followed by another <code class=char>U+0020</code> |
| 494 |
|
<code class=charname>SPACE</code> character in <var>pid</var>, then it is a |
| 495 |
|
<a href="#round-trip-error" id=rte-pubid-space><code>round-trip-error</code></a>.</li> |
| 496 |
|
<li class=ed>@@ Should we check formal-public-identifierness?</li> |
| 497 |
</ol> |
</ol> |
| 498 |
|
|
| 499 |
</div> |
</div> |