Author: hiranya
Date: Fri Sep 24 07:17:39 2010
New Revision: 1000746

URL: http://svn.apache.org/viewvc?rev=1000746&view=rev
Log:
Documentation update


Modified:
    synapse/branches/2.0/src/site/xdoc/Synapse_Configuration_Language.xml

Modified: synapse/branches/2.0/src/site/xdoc/Synapse_Configuration_Language.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.0/src/site/xdoc/Synapse_Configuration_Language.xml?rev=1000746&r1=1000745&r2=1000746&view=diff
==============================================================================
--- synapse/branches/2.0/src/site/xdoc/Synapse_Configuration_Language.xml 
(original)
+++ synapse/branches/2.0/src/site/xdoc/Synapse_Configuration_Language.xml Fri 
Sep 24 07:17:39 2010
@@ -2181,17 +2181,19 @@ where "sequence/dynamic_seq_1.xml" refer
         </transaction>
       </pre>
         <p>The action attribute has the following meanings.</p>
-        <p>1. new - Create a new jta transaction. Generate a fault if a 
transaction already exist.
-        </p>
-        <p>2. use-existing-or-new - Create a new jta transaction. Do nothing 
if a transaction exist.
-        </p>
-        <p>3. fault-if-no-tx - Generate a fault if no transaction exist. Do 
nothing if a transaction
+        <ol>
+        <li>1. new - Create a new jta transaction. Generate a fault if a 
transaction already exist.
+        </li>
+        <li>2. use-existing-or-new - Create a new jta transaction. Do nothing 
if a transaction exist.
+        </li>
+        <li>3. fault-if-no-tx - Generate a fault if no transaction exist. Do 
nothing if a transaction
             exist.
-        </p>
-        <p>4. commit - Commit transaction. Generate a fault if no transaction 
exist.</p>
-        <p>5. rollback - Rollback transaction. Generate a fault if no 
transaction exist.</p>
-        <p>6. suspend - Suspend transaction. Generate a fault if no 
transaction exist.</p>
-        <p>7. resume - Resume transaction. Generate a fault if no transaction 
exist.</p>
+        </li>
+        <li>4. commit - Commit transaction. Generate a fault if no transaction 
exist.</li>
+        <li>5. rollback - Rollback transaction. Generate a fault if no 
transaction exist.</li>
+        <li>6. suspend - Suspend transaction. Generate a fault if no 
transaction exist.</li>
+        <li>7. resume - Resume transaction. Generate a fault if no transaction 
exist.</li>
+        </ol>
 
         <p>
             The transaction mediator can use to define a distributed 
transaction. It has the


Reply via email to