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