Monday, March 26, 2012

HTML File Parsing

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 RI've used regular expressions to parse HTML. The .NET Regular Expression
classes are very powerful.
--
John Saunders
Internet Engineer
john.saunders@.surfcontrol.com

"Raja Balaji R" <rajabalaji_r@.hotmail.com> wrote in message
news:065301c358fc$b88ee040$a501280a@.phx.gbl...
> 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

No comments:

Post a Comment