Fixed bug in pou variable list and variable tree xslt stylesheet
authorLaurent Bessard
Fri, 13 Sep 2013 17:26:47 +0200
changeset 1317 177d7cd76a3e
parent 1316 df9d02bd3eb7
child 1318 758801f4b296
Fixed bug in pou variable list and variable tree xslt stylesheet
plcopen/variables_infos.xslt
--- a/plcopen/variables_infos.xslt	Fri Sep 13 17:26:16 2013 +0200
+++ b/plcopen/variables_infos.xslt	Fri Sep 13 17:26:47 2013 +0200
@@ -41,7 +41,7 @@
       <xsl:with-param name="var_class" select="'Output'"/>
     </xsl:call-template>
   </xsl:template>
-  <xsl:template match="inOutVars">
+  <xsl:template match="ppx:inOutVars">
     <xsl:call-template name="variables_infos">
       <xsl:with-param name="var_class" select="'InOut'"/>
     </xsl:call-template>