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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...