To pass a property recursive to a macro we should use the [#property] syntax.
I'm using a property that doesn't exist on each node. Will umbraco skip nodes that doesn't have this property and keep looking or will the search stop when the property isn't found on one node?
recursive page value
To pass a property recursive to a macro we should use the [#property] syntax.
I'm using a property that doesn't exist on each node. Will umbraco skip nodes that doesn't have this property and keep looking or will the search stop when the property isn't found on one node?
Hi Bert,
Yes, as far as I know, Umbraco will travel up the tree to find the first node that has a value for it.
To do it with XSLT (which I know for sure will work), you do this:
/Chriztian
is working on a reply...