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...
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
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...
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.