diff options
Diffstat (limited to 'libxml2/test/relaxng/tutor11_1.rng')
-rw-r--r-- | libxml2/test/relaxng/tutor11_1.rng | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/libxml2/test/relaxng/tutor11_1.rng b/libxml2/test/relaxng/tutor11_1.rng deleted file mode 100644 index 2511af1..0000000 --- a/libxml2/test/relaxng/tutor11_1.rng +++ /dev/null @@ -1,22 +0,0 @@ -<grammar xmlns="http://relaxng.org/ns/structure/1.0"> - - <start> - <ref name="anyElement"/> - </start> - - <define name="anyElement"> - <element> - <anyName/> - <zeroOrMore> - <choice> - <attribute> - <anyName/> - </attribute> - <text/> - <ref name="anyElement"/> - </choice> - </zeroOrMore> - </element> - </define> - -</grammar> |