aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/xsl/clds-bpmn-transformer.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/xsl/clds-bpmn-transformer.xsl')
-rw-r--r--src/main/resources/xsl/clds-bpmn-transformer.xsl16
1 files changed, 2 insertions, 14 deletions
diff --git a/src/main/resources/xsl/clds-bpmn-transformer.xsl b/src/main/resources/xsl/clds-bpmn-transformer.xsl
index 8a39be55a..3cd98e3af 100644
--- a/src/main/resources/xsl/clds-bpmn-transformer.xsl
+++ b/src/main/resources/xsl/clds-bpmn-transformer.xsl
@@ -34,19 +34,7 @@
<!-- by default copy all attributes and elements -->
<xsl:template match="/bpmn2:definitions/bpmn2:process">
- <xsl:text>{"collector":[</xsl:text>
- <xsl:for-each select="bpmn2:collector" >
- <xsl:call-template name="network-element" />
- </xsl:for-each>
- <xsl:text>],</xsl:text>
-
- <xsl:text>"stringMatch":[</xsl:text>
- <xsl:for-each select="bpmn2:stringMatch" >
- <xsl:call-template name="network-element" />
- </xsl:for-each>
- <xsl:text>],</xsl:text>
-
- <xsl:text>"policy":[</xsl:text>
+ <xsl:text>{"policy":[</xsl:text>
<xsl:for-each select="bpmn2:policy" >
<xsl:call-template name="network-element" />
</xsl:for-each>
@@ -63,7 +51,7 @@
<xsl:call-template name="network-element" />
</xsl:for-each>
<xsl:text>],</xsl:text>
-
+
<xsl:text>"vesCollector":[</xsl:text>
<xsl:for-each select="bpmn2:vesCollector" >
<xsl:call-template name="network-element" />