summaryrefslogtreecommitdiffstats
path: root/conv08.rng
diff options
context:
space:
mode:
Diffstat (limited to 'conv08.rng')
-rw-r--r--conv08.rng9
1 files changed, 9 insertions, 0 deletions
diff --git a/conv08.rng b/conv08.rng
new file mode 100644
index 0000000..53b69d0
--- /dev/null
+++ b/conv08.rng
@@ -0,0 +1,9 @@
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+
+<include href="res08.rng"/>
+
+<define name="foo.body">
+ <text/>
+</define>
+
+</grammar>