Ask a Question related to ASP.NET General, Design and Development.
-
Raja Balaji R #1
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 R
Raja Balaji R Guest
-
Html parsing
How can I obtain the body copy text from an html file imported into director using getnetText. I have imported in the file which is sitting in a... -
Including / Parsing CF in HTML
Ok, so I?ve been looking everywhere and I can?t find anything about it. I want to know how to introduce CF code into a page. I was wondering,... -
Parsing multipart html content
RedHat Linux 9 Perl v5.8.0 built for i386-linux-thread-multi I am trying to parse a mjpeg stream out of an html response. The http server is... -
Parsing Html
Anyone have any ideas how to parse a html document. I am trying to extract out specific information from the page. Also, what do you do if the... -
nested HTML parsing
"Vassilis Tavoultsidis" <ixanthi@ixanthi.remove.gr> writes: That is not valid HTML. That is correct, that is what any HTML parser should... -
John Saunders #2
Re: HTML File Parsing
I've used regular expressions to parse HTML. The .NET Regular Expression
classes are very powerful.
--
John Saunders
Internet Engineer
[email]john.saunders@surfcontrol.com[/email]
"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
John Saunders Guest



Reply With Quote

