diomed
1/9/2015 - 12:37 PM

some xslt code snippets

some xslt code snippets

CATEGORIES 
<li><i class="icon-tag"></i> 
									<a href="{$root}/category/{category/item}" title="View all articles in {category/item}">
										<xsl:apply-templates select="category/item"/>
									</a>
								</li>
								
								
ARTICLE IMAGE

	<xsl:template match="article-image">
		<img class="full-width" alt="" src="{$root}/image/2/790/300/5/fff/0/{@path}/{filename}"/>
	</xsl:template>
	
Kada je drugi handle:

<xsl:for-each select="data/news-images/entry"> <img src="{//data/params/root}/image/1/190/0{photo/@path}/{photo/filename}" alt="photo"/> </xsl:for-each>