You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2005/10/20 11:59:30 UTC

svn commit: r326876 - /webservices/axis2/trunk/c/modules/test/om/src/test.xml

Author: samisa
Date: Thu Oct 20 02:59:24 2005
New Revision: 326876

URL: http://svn.apache.org/viewcvs?rev=326876&view=rev
Log:
XML input file for testing builder

Added:
    webservices/axis2/trunk/c/modules/test/om/src/test.xml

Added: webservices/axis2/trunk/c/modules/test/om/src/test.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/test/om/src/test.xml?rev=326876&view=auto
==============================================================================
--- webservices/axis2/trunk/c/modules/test/om/src/test.xml (added)
+++ webservices/axis2/trunk/c/modules/test/om/src/test.xml Thu Oct 20 02:59:24 2005
@@ -0,0 +1,13 @@
+<?xml version="1.0" ?>
+
+<book xmlns:axiomc="http://ws.apache.org/axis2/c/om" xmlns:isbn="urn:ISBN:0-395-74341-6">
+	<axiomc:title>Axis2/C 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>
+</book>