Author: jbeard
Date: Thu Mar 17 16:19:40 2011
New Revision: 1082566

URL: http://svn.apache.org/viewvc?rev=1082566&view=rev
Log:
Added script text to multitransition table.

Modified:
    commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/util/scxml-to-dot.xsl

Modified: 
commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/util/scxml-to-dot.xsl
URL: 
http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/util/scxml-to-dot.xsl?rev=1082566&r1=1082565&r2=1082566&view=diff
==============================================================================
--- commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/util/scxml-to-dot.xsl 
(original)
+++ commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/util/scxml-to-dot.xsl Thu 
Mar 17 16:19:40 2011
@@ -43,6 +43,9 @@ a document in the graphviz dot syntax.
                                        <with-param name="text" select="@cond"/>
                                </call-template>
                                <text>&lt;/TD&gt;</text>
+                               <text>&lt;TD&gt;</text>
+                               <value-of select="s:script/text()"/>
+                               <text>&lt;/TD&gt;</text>
                        <text>&lt;/TR&gt;</text>
                </for-each>
                <text>&lt;/TABLE&gt;&gt;</text>


Reply via email to