<?xml version="1.0" encoding="windows-1251"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<!-- ADDED BY ENGINE IN /usr/home/leasing.org.ua/public_html/engine/framework/sources/classes/system/xml/xmlwriter.php AT LINE 222-->

<xsl:include href="%2Fusr%2Fhome%2Fleasing.org.ua%2Fpublic_html%2Fproject%2Fdata%2Ftemplates%2Fpublications%2Fobjects%2Fmappings%2F_publications_mapping.xsl" />
<xsl:include href="%2Fusr%2Fhome%2Fleasing.org.ua%2Fpublic_html%2Fproject%2Fdata%2Ftemplates%2Fpublications%2Fparameters%2F_default_field.xsl" />
<xsl:include href="%2Fusr%2Fhome%2Fleasing.org.ua%2Fpublic_html%2Fproject%2Fdata%2Ftemplates%2Fpublications%2Fobjects%2Fmappings%2F_news_line_mapping.xsl" />
<xsl:include href="%2Fusr%2Fhome%2Fleasing.org.ua%2Fpublic_html%2Fproject%2Fdata%2Ftemplates%2Fpublications%2Fobjects%2Fmappings%2Fnews_line.xsl" />
<xsl:include href="%2Fusr%2Fhome%2Fleasing.org.ua%2Fpublic_html%2Fproject%2Fdata%2Ftemplates%2Fpublications%2Fobjects%2Fmappings%2F_links_mapping.xsl" />
<xsl:include href="%2Fusr%2Fhome%2Fleasing.org.ua%2Fpublic_html%2Fproject%2Fdata%2Ftemplates%2Fpublications%2Fobjects%2Fmappings%2F_callout_mapping.xsl" />

<!-- /ADDED BY ENGINE IN /usr/home/leasing.org.ua/public_html/engine/framework/sources/classes/system/xml/xmlwriter.php AT LINE 224-->


    <xsl:output method="html" version="1.0" indent="yes" encoding="windows-1251" omit-xml-declaration="no" media-type="text/html"/>
    <!-- Project layout stylesheet -->
    <xsl:include href="%2Fusr%2Fhome%2Fleasing.org.ua%2Fpublic_html%2Fproject%2Fdata%2Ftemplates%2Flayouts%2Fdefault.xsl" />
    <!--Banners display template -->
    <xsl:include href="%2Fusr%2Fhome%2Fleasing.org.ua%2Fpublic_html%2Fproject%2Fdata%2Ftemplates%2Fcontrols%2Fbanners.xsl" />
    <!--Content display template -->
    <xsl:include href="%2Fusr%2Fhome%2Fleasing.org.ua%2Fpublic_html%2Fengine%2Fframework%2Fsources%2Fdata%2Ftemplates%2Fcontrols%2Fcontent.xsl" />
    <!--Debug display include -->
    <xsl:include href="%2Fusr%2Fhome%2Fleasing.org.ua%2Fpublic_html%2Fengine%2Fframework%2Fsources%2Fdata%2Ftemplates%2Fblocks%2Fdebug.xsl" />
    <!--Debug display include -->
    <xsl:include href="%2Fusr%2Fhome%2Fleasing.org.ua%2Fpublic_html%2Fproject%2Fdata%2Ftemplates%2Fpublications%2Fobjects%2Fmappings%2F_default_mapping.xsl" />
    <xsl:template match="/">
        <xsl:apply-templates/>
    </xsl:template>
    <xsl:template match="content">
        <PUBLICATIONS>
            <xsl:if test="/page/content/cms_publications/mapping">
                <xsl:call-template name="_default_mapping"/>
            </xsl:if>
            <xsl:if test="/page/content/cms_publications/mapping[@system_name='_partner_list']">
                <xsl:call-template name="_partners_mapping"/>
            </xsl:if>           
            <xsl:if test="/page/content/cms_publications/mapping[@system_name='_publication' or @system_name='_publications_list']">
                <xsl:call-template name="_publications_mapping"/>
            </xsl:if>
        </PUBLICATIONS>
    </xsl:template>
</xsl:stylesheet>

