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
Is it possible o to add HTML characters into an XSLT I need this symbol (its double-right arrow): [code]»[/code] Tried doing it like this but it doesnt work: [code] [/code]
works if you got the right syntax :-" [code]»[/code] Even without the
or you can wrap it up in CDATA? [code][/code] It's extra mark-up, but you get the exact output you want, (without having to look up HTML entity codes).
Or alternatively take a look at Doug's post Anatomy of an Umbraco xslt file - he details how you could add a list of "entities" like this to the second line of your xslt file to achieve what you're trying: [quote] ]> [/quote] Cheers, David
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
HTML characters in XSLT script
Is it possible o to add HTML characters into an XSLT
I need this symbol (its double-right arrow):
[code]»[/code]
Tried doing it like this but it doesnt work:
[code]
[/code]
works if you got the right syntax :-"
[code]»[/code]
Even without the
or you can wrap it up in CDATA?
[code][/code]
It's extra mark-up, but you get the exact output you want, (without having to look up HTML entity codes).
Or alternatively take a look at Doug's post Anatomy of an Umbraco xslt file - he details how you could add a list of "entities" like this to the second line of your xslt file to achieve what you're trying:
[quote]
]>
[/quote]
Cheers,
David
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.