-
Notifications
You must be signed in to change notification settings - Fork 8
/
tutorial-20011203-errata.html
83 lines (73 loc) · 2.75 KB
/
tutorial-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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<title>RELAX NG Tutorial Errata</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" >
<meta http-equiv="Content-Style-Type" content="text/css" >
<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 Tutorial Errata</h1>
<p>This document lists errata in the <a
href="http://www.oasis-open.org/committees/relax-ng/tutorial-20011203.html"
>RELAX NG Tutorial</a>.</p>
<hr>
<h2>Errata at <a href="http://lists.oasis-open.org/archives/relax-ng/200202/msg00049.html">2002-02-28</a></h2>
<h3>E1 (technical)</h3>
<p><a href="http://www.oasis-open.org/committees/relax-ng/tutorial-20011203.html#IDAIRZR">Section 14</a></p>
<div class="instruction">
<p>Replace</p>
<pre> <interleave>
<text/>
<optional>
<element name="span">
<attribute name="class">
<value>givenName</value>
</attribute>
<text/>
</element>
</optional>
<optional>
<element name="span">
<attribute name="class">
<value>familyName</value>
</attribute>
<text/>
</element>
</optional>
</interleave>
</pre>
<p>by</p>
<pre> <mixed>
<optional>
<element name="span">
<attribute name="class">
<value>givenName</value>
</attribute>
<text/>
</element>
</optional>
<optional>
<element name="span">
<attribute name="class">
<value>familyName</value>
</attribute>
<text/>
</element>
</optional>
</mixed>
</pre>
</p>
</div>
<p>Source:
<a href="http://lists.oasis-open.org/archives/relax-ng/200202/msg00007.html">http://lists.oasis-open.org/archives/relax-ng/200202/msg00007.html</a>
</p>
</div>
<hr>
<p>Last updated $Date: 2003/03/27 03:05:55 $ by $Author: jjc $.</p>
</body>
</html>