Copied to clipboard

Flag this post as spam?

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


  • Chau 66 posts 97 karma points
    Feb 02, 2010 @ 04:51
    Chau
    0

    concat formatting

    The following line:

    <xsl:value-of select="$currentPage/data[@alias = concat('info',$flang)]" />

    Gives me the following data:

    &lt;div&gt;&lt;strong&gt;Address&lt;/strong&gt;&lt;/div&gt;

    I need the data to be in proper html format.

    <div><strong>Address</strong></div>

    Can anyone lend me a hand here? Thanks.

  • Tommy Poulsen 514 posts 708 karma points
    Feb 02, 2010 @ 08:47
    Tommy Poulsen
    2

    you could try adding disable-output-escaping="yes" on your xsl:value-of

    >Tommy

  • Chau 66 posts 97 karma points
    Feb 02, 2010 @ 18:49
    Chau
    0

    @tommy - thanks, thats just what i needed

Please Sign in or register to post replies

Write your reply to:

Draft