I need an Link to an Upper node (Parent node) over an Picture at least.
i tried it like this, cause if i write it direct without an Variable i always get an Error.
I see the ID of the parent Page, but the Link always shows me:
http://test1.dummy.eu/(umbraco.library:NiceUrl(@id))
Quote:
<xsl:variable name="myID" select="$currentPage/parent::node/@id "/>
<a href="(umbraco.library:NiceUrl(@id))"><xsl:value-of select="$myID" /></a>
I Love umbraco