Then you can wrap HTML tag around the <xsl:value-of select="umbraco.library:GetDictionaryItem('NameOfDictionaryItem')"/> if you want to, try to see this post http://24days.in/umbraco/2013/the-dictionary-secrets/ from the last year advent calendar, a post written by Jan Skovgaard about using dictionary items in Umbraco.
And remember the dictionary item name is the key, and this key must be unique.
How to call to an Umbraco dictionary item in XSLT?
How to call to an Umbraco dictionary item in XSLT?
Hi IDS Logic,
You need to wrap your dictionary items in XSLT like this
Then you can wrap HTML tag around the <xsl:value-of select="umbraco.library:GetDictionaryItem('NameOfDictionaryItem')"/> if you want to, try to see this post http://24days.in/umbraco/2013/the-dictionary-secrets/ from the last year advent calendar, a post written by Jan Skovgaard about using dictionary items in Umbraco.
And remember the dictionary item name is the key, and this key must be unique.
Hope this helps,
/Dennis
Hi there
I just want to add that this article by Chriztian Steinmeier about using dictionary items in XSLT is also very good and detailed http://pimpmyxslt.com/articles/dictionary-items/
/Jan
is working on a reply...