View Single Post
  #1 (permalink)  
Old 02-07-2008, 04:57 PM
iamhappy iamhappy is offline
Member
 
Join Date: Feb 2008
Posts: 1
iamhappy is on a distinguished road
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
&lt;BR&gt;&lt;A href="http://www.yahoo.com"&gt;yahoo&lt;/A&gt;&lt;BR&gt;


is there any way that it can represent the actual html tags
Reply With Quote
Sponsored Links