Re: [Htmlparser-user] Html Parsing help
Brought to you by:
derrickoswald
From: Derrick O. <der...@gm...> - 2009-12-27 07:32:44
|
You should be able to create a filter to extract the alt attribute from IMG tags using the FilterBuilder program. On Sat, Dec 26, 2009 at 9:30 PM, <jmu...@ai...> wrote: > I need help getting the StockScouter number from MSN Money and then writing > it to a file: > > http://moneycentral.msn.com/investor/StockRating/srsmain.asp?Symbol=AAPL > > The StockScouter number is located in the Html code below: > > <img class="img1" src="images/SRS5.gif" width="97" height="82" alt="StockScouter > Rating: 5" /><p> > > > > Can anyone point me in the right direction? Thanks! > > > > > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Htmlparser-user mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlparser-user > > |