You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jb...@apache.org on 2010/06/12 21:41:17 UTC

svn commit: r954110 - /commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/StateTableStatechartGenerator.xsl

Author: jbeard
Date: Sat Jun 12 19:41:17 2010
New Revision: 954110

URL: http://svn.apache.org/viewvc?rev=954110&view=rev
Log:
Commented out a message tag.

Modified:
    commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/StateTableStatechartGenerator.xsl

Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/StateTableStatechartGenerator.xsl
URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/StateTableStatechartGenerator.xsl?rev=954110&r1=954109&r2=954110&view=diff
==============================================================================
--- commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/StateTableStatechartGenerator.xsl (original)
+++ commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/StateTableStatechartGenerator.xsl Sat Jun 12 19:41:17 2010
@@ -62,11 +62,13 @@
 						<variable name="correspondingTransitions" 
 							select="$currentState/s:transition[@event = $currentEvent/c:name]"/>
 
+						<!--
 						<message>
 							state: <value-of select="$currentState/@id"/>
 							event:	<value-of select="$currentEvent/c:name"/>
 							transitions:	<copy-of select="$correspondingTransitions"/>
 						</message>
+						-->
 
 						<choose>
 							<when test="$correspondingTransitions">