[Htmlparser-user] unsubscribe
Brought to you by:
derrickoswald
From: Henry T. <hen...@ho...> - 2009-10-20 14:12:25
|
> From: htm...@li... > Subject: Htmlparser-user Digest, Vol 37, Issue 6 > To: htm...@li... > Date: Sat, 17 Oct 2009 03:39:23 +0000 > > Send Htmlparser-user mailing list submissions to > htm...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/htmlparser-user > or, via email, send a message with subject or body 'help' to > htm...@li... > > You can reach the person managing the list at > htm...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Htmlparser-user digest..." > > > Today's Topics: > > 1. [SPAM] Slave seeks for his master (Glennis Yoro) > 2. [SPAM] Please, make a call (Grover Osjr) > 3. [SPAM] Secrets of best tricks (Moises Surman) > 4. Get links (hel...@ya...) > 5. Re: Get links (Derrick Oswald) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 12 Oct 2009 17:54:03 +0200 > From: "Glennis Yoro" <htm...@li...> > Subject: [Htmlparser-user] [SPAM] Slave seeks for his master > To: htm...@li... > Message-ID: <8395OJC.472606CDD.5864439004398EKOXBVCWOOOHQFL3371@marek> > Content-Type: text/plain; charset="us-ascii" > > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 2 > Date: Thu, 15 Oct 2009 19:42:01 +0200 > From: "Grover Osjr" <htm...@li...> > Subject: [Htmlparser-user] [SPAM] Please, make a call > To: htm...@li... > Message-ID: <3288DH.2089EC68.283304082775XXTHMEVSEQUSRAA94@hrnjakovic> > Content-Type: text/plain; charset="us-ascii" > > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 3 > From: "Moises Surman" <htm...@li...> > Subject: [Htmlparser-user] [SPAM] Secrets of best tricks > To: htm...@li... > Message-ID: > <mai...@li...> > Content-Type: text/plain; charset="us-ascii" > > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 4 > Date: Fri, 16 Oct 2009 15:55:46 +0000 (GMT) > From: hel...@ya... > Subject: [Htmlparser-user] Get links > To: htm...@li... > Message-ID: <978...@we...> > Content-Type: text/plain; charset=utf-8 > > Hello > I use HTML parser to retrive links from web pages. > I had done this: > > Parser parser = new Parser(url); > NodeList body = parser.parse(new HasAttributeFilter("a")); > > But It retrives the anchor text and not the link. How can I get links? > > > > > > > > ------------------------------ > > Message: 5 > Date: Sat, 17 Oct 2009 05:39:10 +0200 > From: Derrick Oswald <der...@gm...> > Subject: Re: [Htmlparser-user] Get links > To: hel...@ya..., htmlparser user list > <htm...@li...> > Message-ID: > <16a...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > You probably want HasAttributeFilter("ahref") or probably better > NodeClassFilter(LinkTag.class). > Then the nodes in the list are LinkTags which have the method getLink(). > > On Fri, Oct 16, 2009 at 5:55 PM, <hel...@ya...> wrote: > > > Hello > > I use HTML parser to retrive links from web pages. > > I had done this: > > > > Parser parser = new Parser(url); > > NodeList body = parser.parse(new HasAttributeFilter("a")); > > > > But It retrives the anchor text and not the link. How can I get links? > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > > is the only developer event you need to attend this year. Jumpstart your > > developing skills, take BlackBerry mobile applications to market and stay > > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > > http://p.sf.net/sfu/devconference > > _______________________________________________ > > Htmlparser-user mailing list > > Htm...@li... > > https://lists.sourceforge.net/lists/listinfo/htmlparser-user > > > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > > ------------------------------ > > _______________________________________________ > Htmlparser-user mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlparser-user > > > End of Htmlparser-user Digest, Vol 37, Issue 6 > ********************************************** _________________________________________________________________ Hotmail: Free, trusted and rich email service. http://clk.atdmt.com/GBL/go/171222984/direct/01/ |