summaryrefslogtreecommitdiffstats
path: root/test/w3c/confPromela.xsl
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-12-14 13:20:04 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-12-14 13:20:04 (GMT)
commit330576fcb4d97504e0d6951067b753499d91b541 (patch)
tree9c583dd3e13ff574295f559a7b92dfe9a1dafd2d /test/w3c/confPromela.xsl
parent9608216597fd17021d38e80689644beb3c85abb9 (diff)
downloaduscxml-330576fcb4d97504e0d6951067b753499d91b541.zip
uscxml-330576fcb4d97504e0d6951067b753499d91b541.tar.gz
uscxml-330576fcb4d97504e0d6951067b753499d91b541.tar.bz2
Renamed URI to URL
Some fixes for Xincludes
Diffstat (limited to 'test/w3c/confPromela.xsl')
-rw-r--r--test/w3c/confPromela.xsl6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/w3c/confPromela.xsl b/test/w3c/confPromela.xsl
index ee67755..a7414b3 100644
--- a/test/w3c/confPromela.xsl
+++ b/test/w3c/confPromela.xsl
@@ -638,11 +638,13 @@ is the second argument -->
<!-- foreach -->
<!-- this should produce an array containing 1 2 3 in that order -->
-<xsl:template match="//conf:array123">
+<xsl:template match="//conf:array123">[1,2,3]</xsl:template>
+
+<!-- xsl:template match="//conf:array123">
Var<xsl:value-of select="../@conf:id" />[0] = 1;
Var<xsl:value-of select="../@conf:id" />[1] = 2;
Var<xsl:value-of select="../@conf:id" />[2] = 3;
-</xsl:template>
+</xsl:template -->
<!-- this uses the value of the indicated variable as the 'array' attribute -->
<xsl:template match="//@conf:arrayVar">