plcopen/variables_infos.xslt
changeset 3802 8616ffd7c29d
parent 3801 6839dbb9a1df
child 3868 e9807c28a788
equal deleted inserted replaced
3801:6839dbb9a1df 3802:8616ffd7c29d
   153     <xsl:variable name="name">
   153     <xsl:variable name="name">
   154       <xsl:text>WSTRING</xsl:text>
   154       <xsl:text>WSTRING</xsl:text>
   155     </xsl:variable>
   155     </xsl:variable>
   156     <xsl:value-of select="ns:SetType($name)"/>
   156     <xsl:value-of select="ns:SetType($name)"/>
   157   </xsl:template>
   157   </xsl:template>
   158   <xsl:template mode="var_type" match="*[self::ppx:type or self::ppx:baseType or self::ppx:returnType]/*">
   158   <xsl:template mode="var_type" priority="-1.0" match="*[self::ppx:type or self::ppx:baseType or self::ppx:returnType]/*">
   159     <xsl:variable name="name">
   159     <xsl:variable name="name">
   160       <xsl:value-of select="local-name()"/>
   160       <xsl:value-of select="local-name()"/>
   161     </xsl:variable>
   161     </xsl:variable>
   162     <xsl:value-of select="ns:SetType($name)"/>
   162     <xsl:value-of select="ns:SetType($name)"/>
   163   </xsl:template>
   163   </xsl:template>