summaryrefslogtreecommitdiff
path: root/sandbox/mallard/spec/mal_list_tree.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/mallard/spec/mal_list_tree.xml')
-rw-r--r--sandbox/mallard/spec/mal_list_tree.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/sandbox/mallard/spec/mal_list_tree.xml b/sandbox/mallard/spec/mal_list_tree.xml
new file mode 100644
index 0000000..2027a45
--- /dev/null
+++ b/sandbox/mallard/spec/mal_list_tree.xml
@@ -0,0 +1,19 @@
+<topic xmlns="http://www.gnome.org/~shaunm/mallard"
+ id="mal_list_tree">
+<info>
+ <link type="guide" xref="mal_list"/>
+</info>
+
+<title>Tree Lists</title>
+
+<synopsis><code mime="application/relax-ng-compact-syntax">
+mal_list_tree = element_list {
+ attribute type { "tree" },
+ attribute style { text } ?,
+ element item {
+ <link xref="mal_inline">mal_inline</link> +,
+ mal_list_tree ?
+ } +,
+}</code></synopsis>
+
+</topic>