summaryrefslogtreecommitdiff
path: root/sandbox/mallard/spec/mal_list_tree.xml
blob: 39d6116875bffebc52d85f885f9ee5dcf5783cc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<page xmlns="http://www.gnome.org/~shaunm/mallard"
       id="mal_list_tree">
<info>
  <link type="guide" xref="mal_list"/>
  <version number="0.1" date="2007-02-21" status="stub"/>
</info>

<title>Tree Lists</title>

<synopsis><code mime="application/relax-ng-compact-syntax">
mal_list_tree = element list {
  attribute type { "tree" },
  attribute style { text } ?,
  mal_item_tree +
}
mal_item_tree = element item {
  <link xref="mal_inline">mal_inline</link> +,
  mal_item_tree *
}
</code></synopsis>

</page>