Hi everybody.
There're 2 xslt templates:
1) RenderAll.xslt - outputs all content on the page depending on what macros have been selected.
2) RenderNews.xlst - outputs news list.
The structure is as follows:
RenderAll.xslt
<xsl:value-of select="umbraco.library:RenderMacroContent('selector', $currentPage/@id)" />
This piece of code gives empty string. Why?
RenderNews.xslt
<xsl:value-of select="umbraco.library:Item($currentPage/@id, 'textRTE')" />