mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-19 14:50:07 +03:00
fixed a small error, daniel
This commit is contained in:
parent
f85925628a
commit
5173727616
@ -1514,7 +1514,7 @@ in this order. The declaration of one element of the structure and its
|
||||
content are done in a single declaration. Similary the following declares
|
||||
<code>div1</code> elements:</p>
|
||||
|
||||
<p><code><!ELEMENT div1 (head, (p | list | note)*, div2*)></code></p>
|
||||
<p><code><!ELEMENT div1 (head, (p | list | note)*, div2?)></code></p>
|
||||
|
||||
<p>means div1 contains one <code>head</code> then a series of optional
|
||||
<code>p</code>, <code>list</code>s and <code>note</code>s and then an
|
||||
|
@ -158,7 +158,7 @@ one <code>body</code> and one optionnal <code>back</code> children elements
|
||||
in this order. The declaration of one element of the structure and its
|
||||
content are done in a single declaration. Similary the following declares
|
||||
<code>div1</code> elements:</p>
|
||||
<p><code><!ELEMENT div1 (head, (p | list | note)*, div2*)></code></p>
|
||||
<p><code><!ELEMENT div1 (head, (p | list | note)*, div2?)></code></p>
|
||||
<p>means div1 contains one <code>head</code> then a series of optional
|
||||
<code>p</code>, <code>list</code>s and <code>note</code>s and then an
|
||||
optional <code>div2</code>. And last but not least an element can contain
|
||||
|
Loading…
x
Reference in New Issue
Block a user