You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ra...@apache.org on 2006/03/02 18:04:36 UTC

svn commit: r382446 - /jakarta/commons/sandbox/scxml/trunk/xdocs/guide/custom-actions.xml

Author: rahul
Date: Thu Mar  2 09:04:36 2006
New Revision: 382446

URL: http://svn.apache.org/viewcvs?rev=382446&view=rev
Log:
Typos.

Modified:
    jakarta/commons/sandbox/scxml/trunk/xdocs/guide/custom-actions.xml

Modified: jakarta/commons/sandbox/scxml/trunk/xdocs/guide/custom-actions.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/xdocs/guide/custom-actions.xml?rev=382446&r1=382445&r2=382446&view=diff
==============================================================================
--- jakarta/commons/sandbox/scxml/trunk/xdocs/guide/custom-actions.xml (original)
+++ jakarta/commons/sandbox/scxml/trunk/xdocs/guide/custom-actions.xml Thu Mar  2 09:04:36 2006
@@ -137,7 +137,7 @@
        rule has no body content (child "tags") or if the custom action
        implements the
        <a href="../apidocs/org/apache/commons/scxml/model/ExternalContent.html">ExternalContent</a>
-       interface, in which any body content gets read into a list
+       interface, in which case, any body content gets read into a list
        of DOM nodes. For any other requirements, the digester rules
        can be added by directly using the
        <a href="http://jakarta.apache.org/commons/digester/commons-digester-1.7/docs/api/">digester API</a>
@@ -150,7 +150,7 @@
     <p>This involves parsing the document and making the resulting
        SCXML object executor-ready (which allows us to detect any
        "model inconsistencies" before feeding it to the
-       execution engine. That amounts to:</p>
+       execution engine). That amounts to:</p>
 
     <pre>
       // (3) Parse the SCXML document containing the custom action(s)
@@ -165,7 +165,7 @@
       SCXMLDigester.updateSCXML(scxml);
     </pre>
 
-    <p>Without custom actions, the utility methods of the
+    <p>For documents without custom actions, the utility methods of the
        <a href="../apidocs/org/apache/commons/scxml/io/SCXMLDigester.html">SCXMLDigester</a>
        should be used. That section is
        <a href="core-digester.html">here</a>.</p>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org