Now using the dom level 3 API for parsing. Also extended the test case
[utils] / support / general / src / test / resources / org / wamblee / xml / test.xml
index 3e56c45f1b66d07a83a84bdc08585343a7277522..27d2e3c18783b578524ae0cc23af24baffbca2cf 100644 (file)
@@ -1,3 +1,3 @@
-<root>
-    <elem attr="5">hallo</elem>
-</root>
\ No newline at end of file
+<x:root xmlns:x="http://wamblee.org/test">
+    <x:elem attr="5">hallo</x:elem>
+</x:root>
\ No newline at end of file