diff options
Diffstat (limited to 'libxml2/test/relaxng/tutor11_2_2.xml')
-rw-r--r-- | libxml2/test/relaxng/tutor11_2_2.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libxml2/test/relaxng/tutor11_2_2.xml b/libxml2/test/relaxng/tutor11_2_2.xml deleted file mode 100644 index b06b4e7..0000000 --- a/libxml2/test/relaxng/tutor11_2_2.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:foo="fails"> - This should fail -</card> |