Like Eran mentions you can take a look at the GetXmlNodeById extension if you want to grab a value from a specific node. But a better solution would probably be to find the node with some xpath. Where in your content structure is the node placed?
I'm trying to do something similar. I don't want to use GetXmlNodeById because it's going to be used in 2 sites and the ID's may not be the same. The structure of the site, however, will. I need to get all children of /Content/Products while I'm on /Content/Support.
Access properties on another page
Hi,
I was wondering if it is possible to access properties of another document type in xslt,
and if so, how?
Thank you!
you can by umbraco.library:GetXmlNodeById
http://our.umbraco.org/wiki/reference/umbracolibrary/getxmlnodebyid
pay attention, the example there is with the old scheme of xslt
Hi Elad
Like Eran mentions you can take a look at the GetXmlNodeById extension if you want to grab a value from a specific node. But a better solution would probably be to find the node with some xpath. Where in your content structure is the node placed?
/Kim A
Hi Kim,
I'm trying to do something similar. I don't want to use GetXmlNodeById because it's going to be used in 2 sites and the ID's may not be the same. The structure of the site, however, will. I need to get all children of /Content/Products while I'm on /Content/Support.
Thanks!
Hi Chris
I guess that you are searching for the answer in the post you posted here. Answered you in the other post.
/Kim A
is working on a reply...