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 have used the contentPicker type to select another content page within a parent content page. I want to provide some info on the contentPicker page so I want to pass the Id value to an XSLT macro - how do I do that?
Thanks
Hi there
If you don't want to go up and down the tree looking for the id, you can use this
umbraco.library:GetXmlNodeById(1234)
Dan
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How do I select a node once I know it's Id?
I have used the contentPicker type to select another content page within a parent content page. I want to provide some info on the contentPicker page so I want to pass the Id value to an XSLT macro - how do I do that?
Thanks
Hi there
If you don't want to go up and down the tree looking for the id, you can use this
Dan
is working on a reply...