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 created a dropdown list data type and I am trying to display the selected item's text with xslt. I'm using umbraco v 4.0.4.2. Does anyone have any sample code?
Umbraco should automaticaly give you the text, so:
<xsl:value-of select="$currentPage/data[@alias='yourPropertyAlias']" />
Matt
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
xslt drop down selected Text
I created a dropdown list data type and I am trying to display the selected item's text with xslt. I'm using umbraco v 4.0.4.2. Does anyone have any sample code?
Umbraco should automaticaly give you the text, so:
Matt
is working on a reply...