You should parse it, use some logic to retrieve the attribute, value and the text use " " as a delimeter to get the key value pair of attribute, and >< anything between that will be your text.
what else could u do?????? ----- Original Message ----- From: siraj <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Sent: Tuesday, May 16, 2000 11:25 AM Subject: html code problem > Good Morning/Noon/Evening teams, > > i have a simple problem, i would highly appreciate if some one can give > a soln for this > > > i have some data which contains html codes along with that data say a > catalog name Food > > <font color="red" size=15>Food</font> (stored in this format in the > database). the problem is whn i use struts to display this data, it displays > as it is. instead of Food, can some one tell me wht exactly i can do to > display only the data. > > > team member > > Siraj DH > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

