diff options
Diffstat (limited to 'test/schemas/bug141333_0.xml')
-rw-r--r-- | test/schemas/bug141333_0.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/schemas/bug141333_0.xml b/test/schemas/bug141333_0.xml new file mode 100644 index 0000000..e14aa46 --- /dev/null +++ b/test/schemas/bug141333_0.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<foo + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="bug141333.xsd" attrA="valueA"> + + <bar attrA="valueA" attrB="valueB"/> + +</foo> + |