You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2007/12/21 18:34:58 UTC

svn commit: r606257 - /commons/proper/scxml/trunk/xdocs/index.xml

Author: rahul
Date: Fri Dec 21 09:34:58 2007
New Revision: 606257

URL: http://svn.apache.org/viewvc?rev=606257&view=rev
Log:
Use new class name (SCXMLParser).

Modified:
    commons/proper/scxml/trunk/xdocs/index.xml

Modified: commons/proper/scxml/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/xdocs/index.xml?rev=606257&r1=606256&r2=606257&view=diff
==============================================================================
--- commons/proper/scxml/trunk/xdocs/index.xml (original)
+++ commons/proper/scxml/trunk/xdocs/index.xml Fri Dec 21 09:34:58 2007
@@ -83,7 +83,7 @@
   to be 0.5 (rather than a 1.0) to better convey the fact that the
   underlying W3C specification is still a Working Draft, and subsequent changes
   to the Draft may warrant changes to portions of the library API. The core
-  Commons SCXML APIs (SCXMLDigester, SCXMLExecutor etc.) are stable.
+  Commons SCXML APIs (SCXMLParser, SCXMLExecutor etc.) are stable.
   Portions such as processing of <datamodel> and <invoke> SCXML
   elements, on the other hand, are subject to change as further changes are
   expected in these sections of the W3C Working Draft. See Working Draft for