Replace HTML tags

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have an HTML document that I would like to parse and
replace certain tags (keeping the text) and replace
i.e.
<TABLE> = <BR>
<Strong> this is strong </STRONG> = <B>this is strong</b>
Can anyone point me in the right direction to do this
Thanks
Richard
 
Hi,

Give more details regarding how the translation table is kept, etc.

The simplest way is what salvador sayd, String.Replace :)

cheers,
 
Back
Top