Hi
I have a menu rendered by an xslt of course. In this menu I would like to insert some content from a snippet. I have tried this
<!--@Snippet("LatestSentences1031")-->
<xsl:text><!--@Snippet("LatestSentences1031")--></xsl:text>
<!--@Snippet("LatestSentences1031")-->
But none of them works. The snippet tag is not replaced by the snippet content. Is it possible at all to have a snippet in the navigation xslt?