-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathspec-20011203-errata.html
184 lines (139 loc) · 5.79 KB
/
spec-20011203-errata.html
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<title>RELAX NG Specification Errata</title>
<link rel="stylesheet" href="tr.css" type="text/css">
</head>
<body>
<div class="article">
<div class="titlepage"><p class="logo"><a
href="http://www.oasis-open.org/"><img src="http://www.oasis-open.org/committees/relax-ng/oasis.png" alt="OASIS"
border="0"></a></p></div>
<h1 class="title">RELAX NG Specification Errata</h1>
<p>This document lists errata in the <a
href="http://www.oasis-open.org/committees/relax-ng/spec-20011203.html"
>RELAX NG Specification</a>.</p>
<p>The errata are numbered, classified as Substantive, Editorial or Clarification and listed in reverse chronological order of their date of publication.
<hr>
<h2>Errata as of 2002-06-06<a href="http://lists.oasis-open.org/archives/relax-ng/200206/msg00010.html">(meeting report)</a></h2>
<h3>E7 (editorial)</h3>
<p><a href="http://www.oasis-open.org/committees/relax-ng/spec-20011203.html#IDAGHZR">Section 4.15</a></p>
<div class="instruction">
<P>Replace "transformed into a choice between <tt>oneOrMore</tt> and
<tt>empty</tt>" with "transformed into a <tt>choice</tt> element with
one child being an <code><oneOrMore> <i><tt>p</tt></i>
</oneOrMore></code> element and the other child being an <tt>empty</tt> element, where
<i><tt>p</tt></i> is the child of the
<tt>zeroOrMore</tt> element".</p>
</div>
<p>Source:
<a href="http://lists.oasis-open.org/archives/relax-ng/200206/msg00007.html">http://lists.oasis-open.org/archives/relax-ng/200206/msg00007.html</a></p>
<h3>E6 (editorial)</h3>
<p><a href="http://www.oasis-open.org/committees/relax-ng/spec-20011203.html#IDAQGZR">Section 4.14</a></p>
<div class="instruction">
<P>Replace "transformed into a choice with <tt>empty</tt>"
with "transformed into a <tt>choice</tt> element with one child being
the child of the <tt>optional</tt> element and the other child
being <tt>empty</tt>".</p>
</div>
<p>Source:
<a href="http://lists.oasis-open.org/archives/relax-ng/200206/msg00007.html">http://lists.oasis-open.org/archives/relax-ng/200206/msg00007.html</a></p>
<h3>E5 (editorial)</h3>
<p><a href="http://www.oasis-open.org/committees/relax-ng/spec-20011203.html#IDAJ2YR">Section 4.6</a></p>
<div class="instruction">
<p>Replace
"an <tt>externalRef</tt> attribute" in the first paragraph
with
"an <tt>externalRef</tt> element".</p>
</div>
<p>Source:
<a href="http://lists.oasis-open.org/archives/relax-ng/200206/msg00007.html">http://lists.oasis-open.org/archives/relax-ng/200206/msg00007.html</a></p>
<h3>E4 (editorial)</h3>
<p><a href="http://www.oasis-open.org/committees/relax-ng/spec-20011203.html#IDAG3YR">Section 4.7</a></p>
<div class="instruction">
<p>Replace
"an <tt>include</tt> attribute" in the second paragraph
with
"an <tt>include</tt> element".</p>
</div>
<p>Source:
<a href="http://lists.oasis-open.org/archives/relax-ng/200206/msg00007.html">http://lists.oasis-open.org/archives/relax-ng/200206/msg00007.html</a></p>
<h3>E3 (sustantiative)</h3>
<p><a href="http://www.oasis-open.org/committees/relax-ng/spec-20011203.html#IDA5MCS">Appendix A</a></p>
<div class="instruction">
<p>Replace</p>
<pre> <element name="ref">
<attribute name="name">
<data type="NCName"/>
</attribute>
<ref name="common-atts"/>
</element>
</pre>
<p>with</p>
<pre> <element name="ref">
<attribute name="name">
<data type="NCName"/>
</attribute>
<ref name="common-atts"/>
<ref name="other"/>
</element>
</pre>
<p>and replace</p>
<pre> <element name="parentRef">
<attribute name="name">
<data type="NCName"/>
</attribute>
<ref name="common-atts"/>
</element>
</pre>
<p>with</p>
<pre> <element name="parentRef">
<attribute name="name">
<data type="NCName"/>
</attribute>
<ref name="common-atts"/>
<ref name="other"/>
</element>
</pre>
</div>
<p>Source:
<a href="http://lists.oasis-open.org/archives/relax-ng/200205/msg00042.html">http://lists.oasis-open.org/archives/relax-ng/200205/msg00042.html</a></p>
<h2>Errata as of 2002-02-28<a href="http://lists.oasis-open.org/archives/relax-ng/200202/msg00049.html">(meeting report)</a></h2>
<h3>E2 (substantive)</h3>
<p><a href="http://www.oasis-open.org/committees/relax-ng/spec-20011203.html#IDA5MCS">Appendix A</a></p>
<div class="instruction">
<p>Replace</p>
<pre>
<element name="param">
<attribute name="name">
<data type="NCName"/>
</attribute>
<text/>
</element></pre>
<p> with </p>
<pre>
<element name="param">
<attribute name="name">
<data type="NCName"/>
</attribute>
<ref name="common-atts"/>
<text/>
</element>.</pre>
</div>
<p>Source:
<a href="http://lists.oasis-open.org/archives/relax-ng/200112/msg00044.html">http://lists.oasis-open.org/archives/relax-ng/200112/msg00044.html</a>
</p>
<h3>E1 (editorial)</h3>
<p><a
href="http://www.oasis-open.org/committees/relax-ng/spec-20011203.html#full-syntax-example">Section 3.1</a></p>
<div class="instruction">
<p>In the example, replace <code></a:document></code> by
<code></a:documentation></code>.
</p>
</div>
<p>Source: <a href="http://lists.oasis-open.org/archives/relax-ng/200112/msg00024.html">http://lists.oasis-open.org/archives/relax-ng/200112/msg00024.html</a></p>
</div>
<hr>
<p>Last updated $Date: 2003/03/27 03:08:33 $ by $Author: jjc $.</p>
</body>
</html>