Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 9165 invoked from network); 12 Jun 2010 19:40:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Jun 2010 19:40:13 -0000 Received: (qmail 80786 invoked by uid 500); 12 Jun 2010 19:40:12 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 80695 invoked by uid 500); 12 Jun 2010 19:40:12 -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 80688 invoked by uid 99); 12 Jun 2010 19:40:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 19:40:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 19:40:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1C3B32388B46; Sat, 12 Jun 2010 19:39:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r954095 - in /commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt: flattenTransitions.xsl nameTransitions.xsl numberStatesAndTransitions.xsl Date: Sat, 12 Jun 2010 19:39:30 -0000 To: commits@commons.apache.org From: jbeard@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100612193930.1C3B32388B46@eris.apache.org> Author: jbeard Date: Sat Jun 12 19:39:29 2010 New Revision: 954095 URL: http://svn.apache.org/viewvc?rev=954095&view=rev Log: Added three new xsl transforms for transforming enumerated statecharts. Now to test and see if they work. Added: commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/flattenTransitions.xsl (with props) commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/nameTransitions.xsl (with props) commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/numberStatesAndTransitions.xsl (with props) Added: commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/flattenTransitions.xsl URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/flattenTransitions.xsl?rev=954095&view=auto ============================================================================== --- commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/flattenTransitions.xsl (added) +++ commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/flattenTransitions.xsl Sat Jun 12 19:39:29 2010 @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/flattenTransitions.xsl ------------------------------------------------------------------------------ svn:eol-style = native Added: commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/nameTransitions.xsl URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/nameTransitions.xsl?rev=954095&view=auto ============================================================================== --- commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/nameTransitions.xsl (added) +++ commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/nameTransitions.xsl Sat Jun 12 19:39:29 2010 @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/nameTransitions.xsl ------------------------------------------------------------------------------ svn:eol-style = native Added: commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/numberStatesAndTransitions.xsl URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/numberStatesAndTransitions.xsl?rev=954095&view=auto ============================================================================== --- commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/numberStatesAndTransitions.xsl (added) +++ commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/numberStatesAndTransitions.xsl Sat Jun 12 19:39:29 2010 @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/numberStatesAndTransitions.xsl ------------------------------------------------------------------------------ svn:eol-style = native