[
Lists Home |
Date Index |
Thread Index
]
Try
<xsl:copy-of select="$QHelp"/>
xsl:value-of produces text but cannot copy nodes as such.
hth,
Manos
asim wrote:
> <xsl:variable name="QHelp"><b>Preblem : </b>this is solution <br/> more
> text here </xsl:variable>
>
> when is output this variable, I cant see the my text bold and no <br> works.
> what is the problem with this , i use <xsl:value-of select="$QHelp"/>
>
> Plz Help
> Qazi Asim
|