Added XPath utilities and updated the javadocs.
[utils] / support / general / src / test / resources / org / wamblee / xml / xpathexample.xml
diff --git a/support/general/src/test/resources/org/wamblee/xml/xpathexample.xml b/support/general/src/test/resources/org/wamblee/xml/xpathexample.xml
new file mode 100644 (file)
index 0000000..f11b763
--- /dev/null
@@ -0,0 +1,7 @@
+<n:root xmlns:n="http://example.com/1">
+    <m:x xmlns:m="http://example.com/2">
+        hallo
+    </m:x>
+    <n:elem>11</n:elem>
+    <n:elem>22</n:elem>
+</n:root>
\ No newline at end of file