plcopen/instances_path.xslt
changeset 1938 87136f8697e3
parent 1937 986dbad48ab7
child 1939 db478d17bc3a
--- a/plcopen/instances_path.xslt	Fri Feb 16 02:29:10 2018 +0100
+++ b/plcopen/instances_path.xslt	Fri Feb 16 03:24:11 2018 +0100
@@ -8,9 +8,7 @@
   <xsl:variable name="extensions" select="ns:GetExtensions()"/>
   <xsl:variable name="all" select="$project | $stdlib | $extensions"/>
   <xsl:template match="ppx:project">
-    <instances>
-      <xsl:apply-templates select="ppx:instances/ppx:configurations/ppx:configuration"/>
-    </instances>
+    <xsl:apply-templates select="ppx:instances/ppx:configurations/ppx:configuration"/>
   </xsl:template>
   <xsl:template match="ppx:configuration">
     <xsl:apply-templates select="ppx:globalVars/ppx:variable[ppx:type/ppx:derived] | ppx:resource">