Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 57579 invoked from network); 7 Dec 2007 04:56:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2007 04:56:47 -0000 Received: (qmail 78882 invoked by uid 500); 7 Dec 2007 04:56:34 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 78589 invoked by uid 500); 7 Dec 2007 04:56:34 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 78578 invoked by uid 99); 7 Dec 2007 04:56:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 20:56:33 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Dec 2007 04:56:43 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A4EE21A9832; Thu, 6 Dec 2007 20:56:22 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r601991 - /commons/proper/scxml/trunk/xdocs/guide.xml Date: Fri, 07 Dec 2007 04:56:22 -0000 To: commits@commons.apache.org From: rahul@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071207045622.A4EE21A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rahul Date: Thu Dec 6 20:56:21 2007 New Revision: 601991 URL: http://svn.apache.org/viewvc?rev=601991&view=rev Log: Correct link to parsing page. Modified: commons/proper/scxml/trunk/xdocs/guide.xml Modified: commons/proper/scxml/trunk/xdocs/guide.xml URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/xdocs/guide.xml?rev=601991&r1=601990&r2=601991&view=diff ============================================================================== --- commons/proper/scxml/trunk/xdocs/guide.xml (original) +++ commons/proper/scxml/trunk/xdocs/guide.xml Thu Dec 6 20:56:21 2007 @@ -56,7 +56,7 @@

The first set of notes walks through the most common usage pattern, end-to-end.

    -
  • Digester - Digesting SCXML +
  • SCXML Parser - Parsing SCXML into the Commons SCXML Java object model.
  • Datamodel - Defining a datamodel and temporary variables.