FYI, This is the correct link: http://www.sellsbrothers.com/tools/Genghis/
/Johan -----Ursprungligt meddelande----- Från: Craig Andera [mailto:[EMAIL PROTECTED]] Skickat: den 31 maj 2002 15:37 Till: [EMAIL PROTECTED] Ämne: Re: [ADVANCED-DOTNET] Web Page Content Parsing > Are there any better approaches to meet the requirement - may be > something like re-usable HTML parsers or Web page content parsers > already available or pre-defined classes/libraries in .Net? Well, there's nothing built-in, so you have a few choices. This is the order I would do them in. 1) If you can guarantee that the resulting HTML is XHTML compliant, you can use an XML parser to process it. 2) You can try to find some reusable code that someone else already wrote. I believe someone was going to try to do this as part of Ghengis: http://www.sellsbrothers.com/genghis. 3) You can use COM interop to muck around with getting Internet Explorer to do the parsing for you. You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.