diff options
Diffstat (limited to 'libxml2/test/schemas/bug167754_0.xml')
-rw-r--r-- | libxml2/test/schemas/bug167754_0.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libxml2/test/schemas/bug167754_0.xml b/libxml2/test/schemas/bug167754_0.xml deleted file mode 100644 index e5ec7d7..0000000 --- a/libxml2/test/schemas/bug167754_0.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0"?> -<test xmlns="http://www.example.com/Test" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://www.example.com/Test bug167754.xsd"> - <child> - <foo/> - </child> - <child> - <foo/> - <joe/> - </child> -</test> |