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
The following line:
<xsl:value-of select="$currentPage/data[@alias = concat('info',$flang)]" />
Gives me the following data:
<div><strong>Address</strong></div>
I need the data to be in proper html format.
<div><strong>Address</strong></div>
Can anyone lend me a hand here? Thanks.
you could try adding disable-output-escaping="yes" on your xsl:value-of
>Tommy
@tommy - thanks, thats just what i needed
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
concat formatting
The following line:
Gives me the following data:
I need the data to be in proper html format.
<div><strong>Address</strong></div>
Can anyone lend me a hand here? Thanks.
you could try adding disable-output-escaping="yes" on your xsl:value-of
>Tommy
@tommy - thanks, thats just what i needed
is working on a reply...