Re: [Htmlparser-user] Extracting Images
Brought to you by:
derrickoswald
From: Navid H.L. <na...@ya...> - 2002-12-05 04:54:23
|
Hi Somik, Thank you. I these examples are helpful. But the problem is, that the image tags between <form> and </form>, get skipped, I can not extract them! Once I remove <form> and </form>, I can extract all images tags, but it is not so when I put them back. Navid --- Somik Raha <so...@ya...> wrote: > Hi Navid, > If you want to extract images - you need to read > this : > http://htmlparser.sourceforge.net/samples/imageslinks.html > If you want to extract text b/w two images, > thats something quite > different. Use toPlainTextString() to get the data > out. > > Regards > Somik > ----- Original Message ----- > From: "Navid H.Langaroudi" <na...@ya...> > To: <htm...@li...> > Sent: Wednesday, December 04, 2002 4:33 PM > Subject: Re: [Htmlparser-user] Candidate Release 4 > is out > > > > Hi Somik, > > I am trying to extract all images of a page. I can > > only extract part of it. I do not know what I am > > missing. > > Actually what I am doing is, trying to extract all > > text that appears between two images. > > Any suggestion? > > > > Thanks, > > Navid > > --- Somik Raha <so...@ya...> wrote: > > > Hi Folks, > > > Candidate Release 4 is out. This actually > > > contains a few minor API changes which wont > affect > > > your application, but have been done to improve > the > > > OO design of the system. HTMLFormScanner has > been > > > improved. The major work in this release went in > > > refactoring 201 testcases - so as to make it > more > > > readable, and follow the Once-And-Only-Once > > > paradigm. Well, the package size dropped about > 12KB > > > (after zipping), so you can estimate how much > > > refactoring was done.. All tests are passing. > > > > > > From the Change Log, > > > > > > Integration Build 1.2 - 20021201 > > > -------------------------------- > > > [1] Refactored HTMLNode, API improved, now > HTMLNode > > > stores > > > nodeBegin and nodeEnd. > > > [2] Refactored Testing framework - to reduce the > > > code size substantially. > > > [3] HTMLFormScanner improved to include > > > Input,TextArea, Select and Option scanners > within > > > > > > You can get it from > > > http://htmlparser.sourceforge.net > > > There's an all-new Contributors Page (linked > from > > > the main site). Just in case I missed anybody, > or > > > you have info to add, pls let me know. > > > > > > Regards, > > > Somik > > > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Mail Plus - Powerful. Affordable. Sign up > now. > > http://mailplus.yahoo.com > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > Visual Studio.NET > > comprehensive development tool, built to increase > your > > productivity. Try a free online hosted session at: > > > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en > > _______________________________________________ > > Htmlparser-user mailing list > > Htm...@li... > > > https://lists.sourceforge.net/lists/listinfo/htmlparser-user > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Microsoft Visual > Studio.NET > comprehensive development tool, built to increase > your > productivity. Try a free online hosted session at: > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en > _______________________________________________ > Htmlparser-user mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlparser-user __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |