/ Published in: XSLT
Umbraco specific xslt snippet that I use regularly. (via neehouse) originally from: http://forum.umbraco.org/yaf_postst2751_XSLT-Tip--Display-a-field-recursively.aspx
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<xsl:variable name="recursiveValue" select="$currentPage/ancestor-or-self::node string(data[@alias='recursiveValue'])!=''] [position()=1] /data[@alias='field']" />