WD-DOM-Level-3-ASLS-20020725
4.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
Generated: Tue Jul 23 13:44:32 EDT 2002 jfouffa.w3.org
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<title>Document Object Model (DOM) Level 3 Abstract Schemas and Load and
Save Specification</title>
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" />
<link rel="author" href="mailto:www-dom@w3.org" />
<link rel="help" href="http://www.w3.org/DOM/" />
</head>
<body>
<div class="head">
<p><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C"
src="http://www.w3.org/Icons/w3c_home" /></a></p>
<h1 id="title">Document Object Model (DOM) Level 3 Abstract
Schemas and Load and Save Specification</h1>
<h2 id="version">Version 1.0</h2>
<!-- WD-DOM-Level-3-ASLS-20020725
-->
<h2 id="W3C-doctype">W3C Working Draft 25 July 2002</h2>
<dl>
<dt>This version:</dt>
<dd><a
href="http://www.w3.org/TR/2002/WD-DOM-Level-3-ASLS-20020725">http://www.w3.org/TR/2002/WD-DOM-Level-3-ASLS-20020725</a></dd>
<dt>Latest version:</dt>
<dd><a
href="http://www.w3.org/TR/DOM-Level-3-ASLS">http://www.w3.org/TR/DOM-Level-3-ASLS</a></dd>
<dt>Previous version:</dt>
<dd><a
href="http://www.w3.org/TR/2002/WD-DOM-Level-3-ASLS-20020409">http://www.w3.org/TR/2002/WD-DOM-Level-3-ASLS-20020409</a></dd>
</dl>
<dl>
<dt>Editors:</dt>
<dd>Ben Chang, <i>Oracle</i></dd>
<dd>Elena Litani, <i>IBM</i></dd>
<dd>Jeroen van Rotterdam, <i>X-Hive Corporation</i></dd>
<dd>Johnny Stenback, <i>Netscape</i></dd>
<dd>Andy Heninger, <i>IBM (until March 2001)</i></dd>
<dd>Joe Kesselman, <i>IBM (until September 2001)</i></dd>
<dd>Rezaur Rahman, <i>Intel Corporation (until July 2001)</i></dd>
</dl>
<p class="copyright"><a
href="http://www.w3.org/Consortium/Legal/ipr-notice-20000612#Copyright">Copyright</a>
©2002 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a
href="http://www.lcs.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a
href="http://www.inria.fr/"><abbr xml:lang="fr" lang="fr"
title="Institut National de Recherche en Informatique et Automatique">INRIA</abbr></a>, <a
href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C
<a
href="http://www.w3.org/Consortium/Legal/ipr-notice-20000612#Legal_Disclaimer">liability</a>,
<a
href="http://www.w3.org/Consortium/Legal/ipr-notice-20000612#W3C_Trademarks">trademark</a>,
<a
href="http://www.w3.org/Consortium/Legal/copyright-documents-19990405">document
use</a> and <a
href="http://www.w3.org/Consortium/Legal/copyright-software-19980720">software
licensing</a> rules apply.</p>
</div>
<hr title="separator from header" />
<h2 id="abstract">Abstract</h2>
<div class="abstract">
<p>This specification defines the Document Object Model Abstract
Schemas and Load and Save Level 3, a platform- and
language-neutral interface that allows programs and scripts to
dynamically access and update the content, structure and style of
documents.</p>
</div>
<h2 id="status">Status of this document</h2>
<div class="status">
<p><b>This document has been superseded.</b></p>
<p><em>This section describes the status of this document at the
time of its publication. Other documents may supersede this
document. The latest status of this document series is maintained
at the W3C.</em></p>
<p>This document was separated in three differents documents in
July 2002 and therefore is <em>no longer</em> a document in
progress. Please refer to the separate documents for more
information:</p>
<ul>
<li><p>
The Load And Save module is now in the <a
href='http://www.w3.org/TR/DOM-Level-3-LS'>Document
Object Model (DOM) Level 3 Load and Save</a> Specification.
</p></li>
<li><p>
The Document editing interfaces are now in the <a
href='http://www.w3.org/TR/DOM-Level-3-Val'>Document
Object Model (DOM) Level 3 Validation</a> Specification.
</p></li>
<li><p>
The Abstract Schema API is now in the <a
href='http://www.w3.org/TR/DOM-Level-3-AS'>Document
Object Model (DOM) Level 3 Validation</a> W3C Note.
</p></li>
</ul>
<p>This document has been produced as part of the <a href=
'http://www.w3.org/DOM/Activity.html'>W3C DOM Activity</a>.</p>
<p>A list of <a href="http://www.w3.org/TR/">current W3C Recommendations and
other technical documents</a> can be found at http://www.w3.org/TR.</p>
</div>
</body>
</html>