i am trying to code XSLT and xml..
one of the problem i am facing is i actually get the values of my xslt file from the xml file one of the fields like description have html tags
<span class="text"><xsl:value-of select=BusinessDescription" >
</xsl:value-of></span><br />
so its outputting including the html tags like
<p> Hello there,</P>
<b>Hotel</b>
how do i transform the html on the web browser to show the output of the html tags??
like
Hello there,
Hotel