Re: Class for fetching a web page and parse into DOM

2011-12-15 Thread Nick Sabalausky
"Adam D. Ruppe" wrote in message news:nlccexskkftzaapfd...@dfeed.kimsufi.thecybershadow.net... > On Thursday, 15 December 2011 at 09:55:22 UTC, breezes wrote: >> Is there a class that can fetch a web page from the internet? And is >> std.xml the right module for parsing it >> into a DOM tree? >

Re: Class for fetching a web page and parse into DOM

2011-12-15 Thread Adam D. Ruppe
On Thursday, 15 December 2011 at 09:55:22 UTC, breezes wrote: Is there a class that can fetch a web page from the internet? And is std.xml the right module for parsing it into a DOM tree? You might want to use my dom.d https://github.com/adamdruppe/misc-stuff-including-D-programming-language-

Class for fetching a web page and parse into DOM

2011-12-15 Thread breezes
Is there a class that can fetch a web page from the internet? And is std.xml the right module for parsing it into a DOM tree?