<div class="event"> <div class="date"> <xsl:call-template name="format-date"> <xsl:with-param name="date" select="date" /> <xsl:with-param name="format" select="'d M Y'"/> </xsl:call-template> </div> <xsl:variable name="link" select="concat($root,'/events/',title/@handle)" /> <div class="post"> <a href="{$link}"> <img class="postImg" src="{$root}{landing-image/@path}/{landing-image/filename}" /> </a> </div> ...