added unit tests for schema validation and a test for not wellformed XML.
[utils] / support / general / src / test / resources / org / wamblee / xml / testInvalid.xml
diff --git a/support/general/src/test/resources/org/wamblee/xml/testInvalid.xml b/support/general/src/test/resources/org/wamblee/xml/testInvalid.xml
new file mode 100644 (file)
index 0000000..9770b31
--- /dev/null
@@ -0,0 +1,3 @@
+<x:root xmlns:x="http://wamblee.org/test">
+    <x:elem2 attr="5">hallo</x:elem2>
+</x:root>
\ No newline at end of file