diff options
Diffstat (limited to 'libxml2/test/relaxng/tutor11_2_1.xml')
-rw-r--r-- | libxml2/test/relaxng/tutor11_2_1.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libxml2/test/relaxng/tutor11_2_1.xml b/libxml2/test/relaxng/tutor11_2_1.xml deleted file mode 100644 index 2b84ebb..0000000 --- a/libxml2/test/relaxng/tutor11_2_1.xml +++ /dev/null @@ -1,5 +0,0 @@ -<card xmlns="http://www.example.com" - xmlns:a="http://www.example.com/a" a:foo="works" - xmlns:b="http://www.example.com/b" b:foo="works"> - This should work -</card> |