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
Hi - I am new to Umbraco - but not to .NET, I am not sure if my issue is an XSLT one. I have an XSLT file that displays a lits of products (image, title and produtText). All good, just followed the News and Events example on CWS. I have set the productText as an rte field in the doc type. The productText needs to be in bulleted list format (
Hi saintwright, You can add the disable-output-escaping attribute to your xslt where you output the value of the rte field: [code] [/code] That should solve your problem. David
Thanks that worked - reckon I need to go over some XSLT - its been a while. Thanks S
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Displaying HTML tags
Hi - I am new to Umbraco - but not to .NET, I am not sure if my issue is an XSLT one.
I have an XSLT file that displays a lits of products (image, title and produtText). All good, just followed the News and Events example on CWS.
I have set the productText as an rte field in the doc type. The productText needs to be in bulleted list format (
Custom Printed Tapes
how do I get the
Thanks
S
Hi saintwright,
You can add the disable-output-escaping attribute to your xslt where you output the value of the rte field:
[code]
[/code]
That should solve your problem.
David
Thanks that worked - reckon I need to go over some XSLT - its been a while.
Thanks
S
is working on a reply...