summaryrefslogtreecommitdiffstats
path: root/libxml2/test/relaxng/demo.rng
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/relaxng/demo.rng')
-rw-r--r--libxml2/test/relaxng/demo.rng11
1 files changed, 11 insertions, 0 deletions
diff --git a/libxml2/test/relaxng/demo.rng b/libxml2/test/relaxng/demo.rng
new file mode 100644
index 0000000..1a7f17c
--- /dev/null
+++ b/libxml2/test/relaxng/demo.rng
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0"
+ datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
+
+<include href="demo2.rng">
+<define name="TEI.prose"><ref name="INCLUDE"/></define>
+</include>
+</grammar>
+
+
+