added unit tests for schema validation and a test for not wellformed XML.
[utils] / support / general / src / test / resources / org / wamblee / xml / testInvalid.xml
1 <x:root xmlns:x="http://wamblee.org/test">
2     <x:elem2 attr="5">hallo</x:elem2>
3 </x:root>