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 2006/09/28 07:29:34 UTC

svn commit: r450700 - /webservices/axis2/trunk/c/xdocs/docs/om_tutorial.html

Author: samisa
Date: Wed Sep 27 22:29:33 2006
New Revision: 450700

URL: http://svn.apache.org/viewvc?view=rev&rev=450700
Log:
Applied patch for OM tutorial by Ishan

Modified:
    webservices/axis2/trunk/c/xdocs/docs/om_tutorial.html

Modified: webservices/axis2/trunk/c/xdocs/docs/om_tutorial.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/docs/om_tutorial.html?view=diff&rev=450700&r1=450699&r2=450700
==============================================================================
--- webservices/axis2/trunk/c/xdocs/docs/om_tutorial.html (original)
+++ webservices/axis2/trunk/c/xdocs/docs/om_tutorial.html Wed Sep 27 22:29:33 2006
@@ -296,12 +296,12 @@
 
 <p><b>Code Listing 1</b></p>
 </div>
-<pre>axis2_xml_reader_t&nbsp;*xml_reader&nbsp;=&nbsp;NULL;<br />
+<pre>axiom_xml_reader_t&nbsp;*xml_reader&nbsp;=&nbsp;NULL;<br />
 axiom_stax_builder_t&nbsp;*om_builder&nbsp;=&nbsp;NULL;<br />
 axiom_soap_builder_t&nbsp;*soap_builder&nbsp;=&nbsp;NULL;<br />
 axiom_soap_envelope_t&nbsp;*soap_envelope&nbsp;=&nbsp;NULL;<br />
 <i>/**&nbsp;create&nbsp;the&nbsp;parser&nbsp;*/</i><br />
-axis2_xml_reader_t&nbsp;*xml_reader&nbsp;=&nbsp;axis2_xml_reader_create_for_file(env,&nbsp;"test_soap.xml",NULL);<br />
+xml_reader&nbsp;=&nbsp;axiom_xml_reader_create_for_file(env,&nbsp;"test_soap.xml",NULL);<br />
 <i>/**&nbsp;create&nbsp;the&nbsp;OM&nbsp;builder&nbsp;*/</i><br />
 om_builder&nbsp;=&nbsp;axiom_stax_builder_create(env,&nbsp;xml_reader);<br />
 <i>/**&nbsp;create&nbsp;SOAP&nbsp;builder&nbsp;*/</i><br />



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org