Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 78481 invoked from network); 10 Jan 2006 15:17:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jan 2006 15:17:55 -0000 Received: (qmail 10251 invoked by uid 500); 10 Jan 2006 15:17:46 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 10175 invoked by uid 500); 10 Jan 2006 15:17:45 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 10164 invoked by uid 500); 10 Jan 2006 15:17:45 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 10161 invoked by uid 99); 10 Jan 2006 15:17:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2006 07:17:45 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 10 Jan 2006 07:17:44 -0800 Received: (qmail 78111 invoked by uid 65534); 10 Jan 2006 15:17:23 -0000 Message-ID: <20060110151723.78110.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r367636 - in /webservices/axis2/trunk/java/xdocs: 0_93/OMTutorial.html 0_94/OMTutorial.html Date: Tue, 10 Jan 2006 15:17:22 -0000 To: axis2-cvs@ws.apache.org From: ruchithf@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: ruchithf Date: Tue Jan 10 07:17:15 2006 New Revision: 367636 URL: http://svn.apache.org/viewcvs?rev=367636&view=rev Log: Fixing typos Modified: webservices/axis2/trunk/java/xdocs/0_93/OMTutorial.html webservices/axis2/trunk/java/xdocs/0_94/OMTutorial.html Modified: webservices/axis2/trunk/java/xdocs/0_93/OMTutorial.html URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/0_93/OMTutorial.html?rev=367636&r1=367635&r2=367636&view=diff ============================================================================== --- webservices/axis2/trunk/java/xdocs/0_93/OMTutorial.html (original) +++ webservices/axis2/trunk/java/xdocs/0_93/OMTutorial.html Tue Jan 10 07:17:15 2006 @@ -104,7 +104,7 @@ -
Rememeber thisRemember this OM is tightly bound to StAX API. To work with OM a StAX compliant parser and the API must be present in the @@ -380,7 +380,7 @@ -
Rememeber thisRemember this All iterator implementations internally stay one step ahead of their apparent location to provide the correct value @@ -530,7 +530,7 @@ - Modified: webservices/axis2/trunk/java/xdocs/0_94/OMTutorial.html URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/0_94/OMTutorial.html?rev=367636&r1=367635&r2=367636&view=diff ============================================================================== --- webservices/axis2/trunk/java/xdocs/0_94/OMTutorial.html (original) +++ webservices/axis2/trunk/java/xdocs/0_94/OMTutorial.html Tue Jan 10 07:17:15 2006 @@ -86,7 +86,7 @@ created only when they are absolutely required. This leads to much less memory intensive programming. Following is a short feature overview of OM.

    -
  • Lightweigt: OM is specifically targeted to be lightweight. This is +
  • Lightweight: OM is specifically targeted to be lightweight. This is achieved by reducing the depth of the hierarchy, number of methods and the attributes enclosed in the objects. This makes the objects less memory intensive.
  • @@ -104,7 +104,7 @@
Rememeber thisRemember this For consistency reasons once the cache is switched off it cannot be switched on again.
-
Rememeber thisRemember this OM is tightly bound to StAX API. To work with OM a StAX compliant parser and the API must be present in the @@ -398,7 +398,7 @@ -
Rememeber thisRemember this All iterator implementations internally stay one step ahead of their apparent location to provide the correct value @@ -547,7 +547,7 @@ -
Rememeber thisRemember this For consistency reasons once the cache is switched off it cannot be switched on again.