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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top