|
Html tags within XML- need help
i am reading a database table and creating an XML. some of the values of the variables have html tags like <A href="www.yahoo.com">yahoo</A> . but after generating the XML i see the above value as
<BR><A href="http://www.yahoo.com">yahoo</A><BR>
is there any way that it can represent the actual html tags
|