Re: Parsing text file with ASP
From: Patrice (nobody_at_nowhere.com)
Date: 09/28/04
- Next message: Hilary Cotter: "Re: Indexing Service returns bad texts in asp-solution."
- Previous message: Ray Costanzo [MVP]: "Re: Parsing text file with ASP"
- In reply to: SROSeaner: "Re: Parsing text file with ASP"
- Next in thread: SROSeaner: "Re: Parsing text file with ASP"
- Reply: SROSeaner: "Re: Parsing text file with ASP"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 28 Sep 2004 19:04:31 +0200
You have DOM parsers available but your code will break if the architecture
of the page change. I would rather use an API or a "service" if
available....
Patrice
-- "SROSeaner" <SROSeaner@discussions.microsoft.com> a écrit dans le message de news:2FB9A3CC-1FBD-439E-822B-4798FE69CFFF@microsoft.com... > Actually, all I really need to do is pull out any text in the HTML text that > is a web site address, so, in the form of http://www._____.__ or starting > with www. > > I think I know how to find that, by using InStr and passing it http: (for > example) as the text to look for, but, that will only give me the starting > point of the address correct? > > "Ray Costanzo [MVP]" wrote: > > > What exactly is a "hit result?" As far as what you want to do, it'd all > > depend on what the html looks like and how consistent it remains. Do you > > have control over this remote source? Or is it some other site that can > > change on any given day without any forewarning? > > > > Ray at home > > > > "SROSeaner" <SROSeaner@discussions.microsoft.com> wrote in message > > news:F9EB5AC3-3A4B-4792-8B2F-023C2BCEA072@microsoft.com... > > >I have a text file that is the result of using XMLHTTP object to pull back > > >a > > > page of search results from a search engine. > > > > > > So I have the entire results page in HTML, and want to break out each hit > > > result from the text file as a unique item and do what I want with each > > > hit > > > result. > > > > > > Is there any suggested algorithms or any other techniques I could be > > > directed to? > > > > > >
- Next message: Hilary Cotter: "Re: Indexing Service returns bad texts in asp-solution."
- Previous message: Ray Costanzo [MVP]: "Re: Parsing text file with ASP"
- In reply to: SROSeaner: "Re: Parsing text file with ASP"
- Next in thread: SROSeaner: "Re: Parsing text file with ASP"
- Reply: SROSeaner: "Re: Parsing text file with ASP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|