plcopen/instances_path.xslt
changeset 1939 db478d17bc3a
parent 1938 87136f8697e3
child 1945 90bf6bd94b94
equal deleted inserted replaced
1938:87136f8697e3 1939:db478d17bc3a
     1 <?xml version="1.0"?>
     1 <?xml version="1.0"?>
     2 <xsl:stylesheet xmlns:exsl="http://exslt.org/common" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ppx="http://www.plcopen.org/xml/tc6_0201" xmlns:ns="instances_ns" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" extension-element-prefixes="ns" version="1.0" exclude-result-prefixes="ns">
     2 <xsl:stylesheet xmlns:exsl="http://exslt.org/common" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ppx="http://www.plcopen.org/xml/tc6_0201" xmlns:ns="beremiz" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" extension-element-prefixes="ns" version="1.0" exclude-result-prefixes="ns">
     3   <xsl:output method="xml"/>
     3   <xsl:output method="xml"/>
     4   <xsl:param name="instance_type"/>
     4   <xsl:param name="instance_type"/>
     5   <xsl:template match="text()"/>
     5   <xsl:template match="text()"/>
     6   <xsl:variable name="project" select="ns:GetProject()"/>
     6   <xsl:variable name="project" select="ns:GetProject()"/>
     7   <xsl:variable name="stdlib" select="ns:GetStdLibs()"/>
     7   <xsl:variable name="stdlib" select="ns:GetStdLibs()"/>