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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.