HTML File Parsing

  • Thread starter Thread starter Raja Balaji R
  • Start date Start date
R

Raja Balaji R

hi,

like xml dom and xmlreader used for working with xml files.

how can i do this with html files.

i want find all the hyperlink tags <a> and change the href
attribute to my own value.

Thanks & Regards
Raja Balaji R
 
I've used regular expressions to parse HTML. The .NET Regular Expression
classes are very powerful.
 
Back
Top