I am trying to get the node based on the property value set. The property is named showContent and it holds the node id from the datatype content picker.
<xsl:value-of select="umbraco.library:GetXmlAll()/*[@isDoc and showContent = $currID]/@id"/>
where $currID will be 1014 (i.e. selected node on content picker).
Select node based on the value of property field
Hi to all,
I am trying to get the node based on the property value set. The property is named showContent and it holds the node id from the datatype content picker.
where $currID will be 1014 (i.e. selected node on content picker).
Can I do this??
This worked out.
is working on a reply...