Заготовки для xslt - вызов процедур

    Вызов блока:

    <xsl:call-template name="slider"  />
    
    
    
       
    
    

    Отработка выборки usel:

    
    
    	<xsl:with-param name="namerazdel" select="'Лучшие предложения'" />
    
    
    
    <xsl:template match="udata" mode="home-special-offers" />
    
    
    
    	<xsl:param name="namerazdel" select="'Новинки'" />
    	<xsl:apply-templates select="page" mode="home-special-offers" />
    
    
    
    
    	<xsl:variable name="object" select="document(concat('upage://', @id))/udata" />
    	<xsl:variable name="pic" select="document(concat('upage://', @id, '.publish_pic'))/udata" />
    	<xsl:variable name="pic" select=".//property[@name = 'header_pic']//value" />
    
    	
    			  изображение
    	
    
    

    Вызов кастомного макроса:

    
    
    <xsl:apply-templates select="document(concat('udata://custom/getFilteredPages/', 0, '//9/'))/udata" />
    
    
    
    	
    Ничего не найдено
    <xsl:with-param name="cart_items" select="document('udata://emarket/cart/')/udata/items" />
    <xsl:apply-templates select="total" />