Hi all, I have declared one variable in xslt, assigned some value to it but while retrieving the value I am facing some problem.
<xslt:variable name="Msg">
Hello for more info <a href="http://someurl/">click me.</a>
</xslt:variable>
while retrieving the value the content is coming as plain text means Click me is not coming as link.should I change my approach for that link or Something is wrong from my end. Thanks.