plcopen/variables_infos.xslt
changeset 1317 177d7cd76a3e
parent 1308 ad61268dbdb6
child 1324 884477877e53
--- 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>