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 use Richtext editor data type.
I write:<xsl:value-of select="$currentPage/bodytext"/> in xslt file
and it gives all the text including html tags (instead to view it as html).
How can I display text for it to be like in Richtext editor ?
Thanks,
kukuwka
Hi Kukuwka
You can render the content like this:
<xsl:value-of select="$currentPage/bodytext" disable-output-escaping="yes" />
/Kim A
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Display text from Richtext editor
Hi,
I use Richtext editor data type.
I write:<xsl:value-of select="$currentPage/bodytext"/> in xslt file
and it gives all the text including html tags (instead to view it as html).
How can I display text for it to be like in Richtext editor ?
Thanks,
kukuwka
Hi Kukuwka
You can render the content like this:
/Kim A
is working on a reply...