summaryrefslogtreecommitdiff
path: root/sandbox/mallard/spec/mal_list.xml
blob: 9559356b547fb71bb7f864b2749fbbc8dc9c2a8c (plain)
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
<page xmlns="http://www.gnome.org/~shaunm/mallard"
      type="guide"
      id="mal_list">
<info>
  <link type="guide" xref="mal_block#containers"/>
  <version number="0.1" date="2007-02-21" status="stub"/>
</info>

<title>Lists</title>

<synopsis><code mime="application/relax-ng-compact-syntax">
mal_list = (
  <link xref="mal_list_bullet">mal_list_bullet</link>     |
  <link xref="mal_list_numbered">mal_list_numbered</link>   |
  <link xref="mal_list_definition">mal_list_definition</link> |
  <link xref="mal_list_tree">mal_list_tree</link>       )
</code></synopsis>

<comment>
  <cite><name>Shaun McCance</name><date>2007-01-30</date></cite>
  <p>Add explanation, examples, processing expectations</p>
</comment>

<comment>
  <cite><name>Shaun McCance</name><date>2007-02-09</date></cite>
  <p>Unmarked lists and segmented lists</p>
</comment>

</page>