beremiz

Parents df9d02bd3eb7
Children 758801f4b296
Fixed bug in pou variable list and variable tree xslt stylesheet
--- 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>