summaryrefslogtreecommitdiffstats
path: root/test/resources/xml/om/test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/resources/xml/om/test.xml')
-rw-r--r--test/resources/xml/om/test.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/resources/xml/om/test.xml b/test/resources/xml/om/test.xml
new file mode 100644
index 0000000..3a83612
--- /dev/null
+++ b/test/resources/xml/om/test.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" ?>
+<axiomc:book xmlns:axiomc="http://ws.apache.org/axis2/c/om" xmlns:isbn="urn:ISBN:0-395-74341-6">
+ <axiomc:title>Axis2C OM HOWTO</axiomc:title>
+ <isbn:number>1748491379</isbn:number>
+ <author title="Mr" name="Axitoc Oman"/>
+ <a> </a>
+ <notes>
+ <p xmlns="urn:w3-org-ns:HTML">
+ This is vey good book on OM!
+ </p>
+ </notes>
+</axiomc:book>