Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
i typically use somethign like this to get properties recursively...
<xsl:for-each select="umbraco.library:GetXmlAll()//*[normalize-space(relatedDocs/multi-url-picker/url-picker)][1]/relatedDocs/multi-url-picker/url-picker">
oddly, this gives me a running list of ALL urls regardless of level - instead of getting the links at this level OR the next highest found data?
any thoughts?
Hi Bob,
Any reason why you are using GetXmlAll()//*? I think you should be using $currentPage/ancestor-or-self::* instead
-Tom
thanks @tom - that was it... #h5yr!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Multi-Url Picker recursive question
i typically use somethign like this to get properties recursively...
oddly, this gives me a running list of ALL urls regardless of level - instead of getting the links at this level OR the next highest found data?
any thoughts?
Hi Bob,
Any reason why you are using GetXmlAll()//*? I think you should be using $currentPage/ancestor-or-self::* instead
-Tom
thanks @tom - that was it... #h5yr!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.