Parent Directory
|
Revision Log
ID naming rule
| 1 | wakaba | 1.1 | <!DOCTYPE html> |
| 2 | <html lang="en" class="formal-specification status-work-in-progress"> | ||
| 3 | <head> | ||
| 4 | wakaba | 1.2 | <title>manakai's XML Conformance Checking</title> |
| 5 | wakaba | 1.1 | <link rel="stylesheet" href="http://suika.fam.cx/www/style/html/spec"> |
| 6 | <link rel="license" href="http://suika.fam.cx/c/gnu/fdl"> | ||
| 7 | wakaba | 1.6 | <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 | wakaba | 1.1 | </head> |
| 17 | <body class="has-abstract"> | ||
| 18 | |||
| 19 | <div class="header"> | ||
| 20 | wakaba | 1.2 | <h1>manakai's XML Conformance Checking</h1> |
| 21 | <h2>Working Draft <time datetime=2007-11-12>12 November 2007</time></h2> | ||
| 22 | wakaba | 1.1 | |
| 23 | wakaba | 1.2 | <dl class="versions-uri"> |
| 24 | wakaba | 1.1 | <dt>This Version</dt> |
| 25 | wakaba | 1.2 | <dd><code class="URI"><<a href="http://suika.fam.cx/www/markup/xml/xmlcc/xmlcc-work" |
| 26 | >http://suika.fam.cx/www/markup/xml/xmlcc/xmlcc-work</a>></code></dd> | ||
| 27 | wakaba | 1.1 | <dt>Latest Version</dt> |
| 28 | wakaba | 1.2 | <dd><code class="URI"><<a href="http://suika.fam.cx/www/markup/xml/xmlcc/xmlcc" |
| 29 | >http://suika.fam.cx/www/markup/xml/xmlcc/xmlcc</a>></code></dd> | ||
| 30 | wakaba | 1.1 | <dt>Latest Working Draft</dt> |
| 31 | wakaba | 1.2 | <dd><code class="URI"><<a href="http://suika.fam.cx/www/markup/xml/xmlcc/xmlcc-work" |
| 32 | >http://suika.fam.cx/www/markup/xml/xmlcc/xmlcc-work</a>></code></dd> | ||
| 33 | wakaba | 1.1 | <!-- <dt>Previous Version</dt> --> |
| 34 | <dt>Version History</dt> | ||
| 35 | wakaba | 1.2 | <dd><code class=URI><<a href="http://suika.fam.cx/gate/cvs/markup/xml/xmlcc/xmlcc-work.en.html">http://suika.fam.cx/gate/cvs/markup/xml/xmlcc/xmlcc-work.en.html</a>></code></dd> |
| 36 | wakaba | 1.1 | </dl> |
| 37 | <dl class="authors" id="author"> | ||
| 38 | <dt>Author</dt> | ||
| 39 | <dd><a href="http://suika.fam.cx/~wakaba/who?" rel="author" | ||
| 40 | lang=ja>Wakaba</a> | ||
| 41 | <code class="mail"><<a href="mailto:w@suika.fam.cx" rel="author" | ||
| 42 | >w@suika.fam.cx</a>></code></dd> | ||
| 43 | </dl> | ||
| 44 | |||
| 45 | <p class="copyright" lang="en">© <time>2007</time> <a | ||
| 46 | href="http://suika.fam.cx/~wakaba/who?" rel="author">Wakaba</a>. | ||
| 47 | Permission is granted to copy, distribute and/or modify this document | ||
| 48 | under the terms of the <a rel="license" | ||
| 49 | href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>, | ||
| 50 | Version 1.2 | ||
| 51 | or any later version published by the <a | ||
| 52 | href="http://www.fsf.org/">Free Software Foundation</a>; | ||
| 53 | with no Invariant Sections, no Front$B!>(BCover Texts, and no Back$B!>(BCover | ||
| 54 | Texts. A copy of the license is | ||
| 55 | available at <code class="URI"><<a | ||
| 56 | href="http://www.gnu.org/copyleft/fdl.html" | ||
| 57 | rel="license">http://www.gnu.org/copyleft/fdl.html</a>></code>.</p> | ||
| 58 | </div> | ||
| 59 | |||
| 60 | <div id="abstract" class="section"> | ||
| 61 | <h2>Abstract</h2> | ||
| 62 | |||
| 63 | <div class="ed issue">...</div> | ||
| 64 | |||
| 65 | </div> | ||
| 66 | |||
| 67 | <div id="status" class="section"> | ||
| 68 | <h2>Status of This Document</h2> | ||
| 69 | |||
| 70 | <p class=section-info><em>This section describes the status of this document | ||
| 71 | at the time of its publication. Other documents | ||
| 72 | might supersede this document.</em></p> | ||
| 73 | |||
| 74 | <p>This document is a working draft, produced as part of the | ||
| 75 | <a href="http://suika.fam.cx/www/markup/html/whatpm/readme">Whatpm</a> | ||
| 76 | subproject of the | ||
| 77 | <a href="http://suika.fam.cx/www/manakai-core/doc/web/">manakai</a> | ||
| 78 | project. It might be updated, replaced, or obsoleted by | ||
| 79 | other documents at any time. It is inappropriate to | ||
| 80 | cite this document as other than <q>work in progress</q>.</p> | ||
| 81 | |||
| 82 | <p>Comments on this document are welcome and | ||
| 83 | may be sent to the <a href="#author">author</a>.</p> | ||
| 84 | |||
| 85 | <p>Translations of thie document might be available. | ||
| 86 | The English version of the document is the only | ||
| 87 | normative version.</p> | ||
| 88 | </div> | ||
| 89 | |||
| 90 | <div id="introduction" class="section"> | ||
| 91 | <h2>Introduction</h2> | ||
| 92 | |||
| 93 | <p class=section-info>This section is <em>non$B!>(Bnormative</em>.</p> | ||
| 94 | |||
| 95 | <div class="issue ed">...</div> | ||
| 96 | |||
| 97 | |||
| 98 | </div> | ||
| 99 | |||
| 100 | <div class="section" id="terminology"> | ||
| 101 | <h2>Terminology</h2> | ||
| 102 | |||
| 103 | <p>The key words <q><em class="rfc2119">MUST</em></q>, | ||
| 104 | <q><em class="rfc2119">MUST NOT</em></q>, | ||
| 105 | <q><em class="rfc2119">SHOULD</em></q>, | ||
| 106 | <q><em class="rfc2119">SHOULD NOT</em></q>, and | ||
| 107 | <q><em class=rfc2119>MAY</em></q> in this | ||
| 108 | document are to be interpreted as described in | ||
| 109 | <a href="urn:ietf:rfc:2119"><abbr title="Request for Comments">RFC</abbr> | ||
| 110 | 2119</a> | ||
| 111 | <ci |