summaryrefslogtreecommitdiffstats
path: root/test/resources/xml/om/jaxen3.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/resources/xml/om/jaxen3.xml')
-rw-r--r--test/resources/xml/om/jaxen3.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/resources/xml/om/jaxen3.xml b/test/resources/xml/om/jaxen3.xml
new file mode 100644
index 0000000..a87723a
--- /dev/null
+++ b/test/resources/xml/om/jaxen3.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Configuration>
+ <hostname>
+ <val>2</val>
+ <attrlist>
+ <hostname>CE-A</hostname>
+ </attrlist>
+ </hostname>
+ <hostname>
+ <val>1</val>
+ <attrlist>
+ <hostname>CE-B</hostname>
+ </attrlist>
+ </hostname>
+</Configuration>