Author: rahul
Date: Fri Mar 3 15:37:38 2006
New Revision: 382968
URL: http://svn.apache.org/viewcvs?rev=382968&view=rev
Log:
Added a ToC and corrected a typo.
Modified:
jakarta/commons/sandbox/scxml/trunk/xdocs/guide/scxml-documents.xml
Modified: jakarta/commons/sandbox/scxml/trunk/xdocs/guide/scxml-documents.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/xdocs/guide/scxml-documents.xml?rev=382968&r1=382967&r2=382968&view=diff
==============================================================================
--- jakarta/commons/sandbox/scxml/trunk/xdocs/guide/scxml-documents.xml
(original)
+++ jakarta/commons/sandbox/scxml/trunk/xdocs/guide/scxml-documents.xml Fri Mar
3 15:37:38 2006
@@ -33,6 +33,21 @@
<a href="http://www.w3.org/TR/scxml/">W3C Working Draft
of the SCXML specification</a>.</p>
+ </section>
+
+ <section name="Contents">
+
+ <p>This document contains the following sections:
+ <ul>
+ <li><a href="#hello">Hello World</a></li>
+ <li><a href="#transitions">Transitions</a></li>
+ <li><a href="#composite">Composite states</a></li>
+ <li><a href="#parallel">Parallel</a></li>
+ <li><a href="#custom">Hello World with a custom action</a></li>
+ </ul>
+ </p>
+
+ <a name="hello"/>
</section>
<section name="Hello World">
@@ -74,6 +89,7 @@
</ul>
</p>
+ <a name="transitions"/>
</section>
<section name="Transitions">
@@ -138,6 +154,7 @@
</ul>
</p>
+ <a name="composite"/>
</section>
<section name="Composite states">
@@ -191,6 +208,7 @@
</ul>
</p>
+ <a name="parallel"/>
</section>
<section name="Parallel">
@@ -218,7 +236,7 @@
</state>
- <state id="oven">
+ <state id="door">
<!-- state machine for "door" (open/closed) -->
@@ -255,6 +273,7 @@
</ul>
</p>
+ <a name="custom"/>
</section>
<section name="Hello World with a custom action">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]