Re: [Htmlparser-user] Need help
Brought to you by:
derrickoswald
|
From: Derrick O. <der...@ro...> - 2007-11-12 15:54:34
|
As the example sys:
The following sample program illustrates the principles using a StringBean,
but the same code could be used with a Parser by replacing the last three lines
in the try block with:
parser = new Parser ();
parser.setConnection (connection);
// ... do parser operations
Parser operations could be using a filter, visiting all nodes, examining each tag in the returned NodeList, etc.
Your question is too nebulous to answer in more detail.
----- Original Message ----
From: Ali <to...@ya...>
To: htmlparser user list <htm...@li...>
Sent: Monday, November 12, 2007 12:04:33 AM
Subject: Re: [Htmlparser-user] Need help
Hi everyone!
Thanks but, there is nothing about parsing in that
example, kindly if some can extend that example for me
by including HTML parsing in it.
Ali
--- Derrick Oswald <der...@ro...> wrote:
> The FAQ has an example of how to use POST:
> http://htmlparser.sourceforge.net/faq.html#post
>
> ----- Original Message ----
> From: Ali <to...@ya...>
> To: htm...@li...
> Sent: Sunday, November 11, 2007 9:13:57 AM
> Subject: [Htmlparser-user] Need help
>
> Hi everyone!
> I am new user to HTML parser, I have problem I want
> to
> POST a form request and then parse the resultant
> HTML,
> but so far I have failed to do so.
> Ali
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam
> protection around
> http://mail.yahoo.com
>
>
-------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?
> Stop.
> Now Search log events and configuration files using
> AJAX and a browser.
> Download your FREE copy of Splunk now >>
> http://get.splunk.com/
> _______________________________________________
> Htmlparser-user mailing list
> Htm...@li...
>
https://lists.sourceforge.net/lists/listinfo/htmlparser-user
>
>
>
> >
-------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?
> Stop.
> Now Search log events and configuration files using
> AJAX and a browser.
> Download your FREE copy of Splunk now >>
http://get.splunk.com/>
_______________________________________________
> Htmlparser-user mailing list
> Htm...@li...
>
https://lists.sourceforge.net/lists/listinfo/htmlparser-user
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Htmlparser-user mailing list
Htm...@li...
https://lists.sourceforge.net/lists/listinfo/htmlparser-user
|