Need help displaying XML data (tags included) in HTML table

admin

Administrator
Staff member
Maybe I'm just having a doughhead kind of day. This seems like it should be easy, but I haven't found the answer yet. I have a <TD> tag that looks like this:

<TD>
<SMTP><ID>4</ID><TYPE>AAA</TYPE><SENDER>[email protected]</SENDER><RECIPIENT>[email protected]</RECIPIENT><SUBJECT>TestFormat</SUBJECT><MESSAGE><b>This is my message</b></MESSAGE></SMTP>
</TD>

I the table cell to display exactly what is contained within the <TD> tag, but it's stripping off all of the tags. Anybody know what I need to do to display the tags? :confused:
 
Back
Top