1 |
<!DOCTYPE html> |
<!DOCTYPE html> |
2 |
<html lang="en" class="formal-specification status-work-in-progress"> |
<html lang="en" class="formal-specification status-work-in-progress"> |
3 |
<head> |
<head> |
4 |
<title class=ed>DOM XML 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 |
</head> |
</head> |
8 |
<body class="has-abstract"> |
<body class="has-abstract"> |
9 |
|
|
10 |
<div class="header"> |
<div class="header"> |
11 |
<h1 class=ed>DOM XML Checking</h1> |
<h1>manakai's XML Conformance Checking</h1> |
12 |
<h2>Working Draft <time datetime=2007-10-27>27 October 2007</time></h2> |
<h2>Working Draft <time datetime=2007-11-12>12 November 2007</time></h2> |
13 |
|
|
14 |
<dl class="versions-uri ed"> |
<dl class="versions-uri"> |
15 |
<dt>This Version</dt> |
<dt>This Version</dt> |
16 |
<dd><code class="URI"><<a href="http://suika.fam.cx/www/markup/selectors/ssft/ssft" |
<dd><code class="URI"><<a href="http://suika.fam.cx/www/markup/xml/xmlcc/xmlcc-work" |
17 |
>http://suika.fam.cx/www/markup/selectors/ssft/ssft</a>></code></dd> |
>http://suika.fam.cx/www/markup/xml/xmlcc/xmlcc-work</a>></code></dd> |
18 |
<dt>Latest Version</dt> |
<dt>Latest Version</dt> |
19 |
<dd><code class="URI"><<a href="http://suika.fam.cx/www/markup/selectors/ssft/ssft" |
<dd><code class="URI"><<a href="http://suika.fam.cx/www/markup/xml/xmlcc/xmlcc" |
20 |
>http://suika.fam.cx/www/markup/selectors/ssft/ssft</a>></code></dd> |
>http://suika.fam.cx/www/markup/xml/xmlcc/xmlcc</a>></code></dd> |
|
<!-- |
|
21 |
<dt>Latest Working Draft</dt> |
<dt>Latest Working Draft</dt> |
22 |
--> |
<dd><code class="URI"><<a href="http://suika.fam.cx/www/markup/xml/xmlcc/xmlcc-work" |
23 |
|
>http://suika.fam.cx/www/markup/xml/xmlcc/xmlcc-work</a>></code></dd> |
24 |
<!-- <dt>Previous Version</dt> --> |
<!-- <dt>Previous Version</dt> --> |
25 |
<dt>Version History</dt> |
<dt>Version History</dt> |
26 |
<dd><code class=URI><<a href="http://suika.fam.cx/gate/cvs/markup/selectors/ssft/ssft.en.html">http://suika.fam.cx/gate/cvs/markup/selectors/ssft/ssft.en.html</a>></code></dd> |
<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> |
27 |
</dl> |
</dl> |
28 |
<dl class="authors" id="author"> |
<dl class="authors" id="author"> |
29 |
<dt>Author</dt> |
<dt>Author</dt> |
497 |
<h3>Normative References</h3> |
<h3>Normative References</h3> |
498 |
|
|
499 |
<dl> |
<dl> |
500 |
|
<dt id=ref-DOM3CORE>DOM3CORE</dt> |
501 |
|
<dd class=ed>@@ W3C DOM Level 3 Core</dd> |
502 |
|
<dt id=ref-DOMDTDEF>DOMDTDEF</dt> |
503 |
|
<dd class=ed>@@ manakai's extension to DOM for document type definitions</dd> |
504 |
<dt id="ref-KEYWORDS">KEYWORDS</dt> |
<dt id="ref-KEYWORDS">KEYWORDS</dt> |
505 |
<dd><cite><a href="urn:ietf:rfc:2119">Key words for use in |
<dd><cite><a href="urn:ietf:rfc:2119">Key words for use in |
506 |
<abbr>RFCs</abbr> to Indicate Requirement Levels</a></cite>, |
<abbr>RFCs</abbr> to Indicate Requirement Levels</a></cite>, |
563 |
<abbr title="World Wide Web Consortium">W3C</abbr>$B!>(Bpublished |
<abbr title="World Wide Web Consortium">W3C</abbr>$B!>(Bpublished |
564 |
version of the specification is available at |
version of the specification is available at |
565 |
<code class=URI><<a href="http://www.w3.org/TR/xbl/">http://www.w3.org/TR/xbl/</a>></code>.</dd> |
<code class=URI><<a href="http://www.w3.org/TR/xbl/">http://www.w3.org/TR/xbl/</a>></code>.</dd> |
566 |
|
<dt id=ref-XML5>XML5</dt> |
567 |
|
<dd class=ed>@@</dd> |
568 |
</dl> |
</dl> |
569 |
</div> |
</div> |
570 |
|
|