# HG changeset patch
# User Laurent Bessard
# Date 1379086007 -7200
# Node ID 177d7cd76a3e0a2cd181a9fd4946e98aa3fc1f9c
# Parent  df9d02bd3eb7f07d430e457bbddb97a99b36f4af
Fixed bug in pou variable list and variable tree xslt stylesheet

diff -r df9d02bd3eb7 -r 177d7cd76a3e 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>