Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • kukuwka 75 posts 96 karma points
    Dec 09, 2010 @ 15:31
    kukuwka
    0

    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 

  • Kim Andersen 1447 posts 2196 karma points MVP
    Dec 09, 2010 @ 21:42
    Kim Andersen
    0

    Hi Kukuwka

    You can render the content like this:

    <xsl:value-of select="$currentPage/bodytext" disable-output-escaping="yes" />

    /Kim A

Please Sign in or register to post replies

Write your reply to:

Draft