Re: How to parse jsp response in apache handler

2011-03-24 Thread Eric Covener
On Thu, Mar 24, 2011 at 11:02 AM, Whut  Jia  wrote:
> Hi,
> all! I want to parse a jsp page in my handler.How can I do it??
> Please help me! In my handler, I do a request (http://www.xxx/xxx.jsp)with 
> libcurl,and then parse returned response ,and draw some infomation.Please ask 
> how to parse this jsp response???


Please don't create duplicate threads.  Someone already recommended an
example of an HTML parsing module -- what more advice could you want?


Re:Re: how to parse html content in handler

2011-03-24 Thread Whut Jia
Hi,
Thank you!
But I want to parse a jsp page in my handler.How can I do it??
Please help me! In my handler, I do a request (http://www.xxx/xxx.jsp)with 
libcurl,and then parse returned response ,and draw some infomation.Please ask 
how to parse this jsp response???  
Thanks,
Jia 




At 2011-03-24 20:25:11,"Ben Noordhuis"  wrote:

>On Thu, Mar 24, 2011 at 13:10, Whut  Jia  wrote:
>> Hi,all
>> I want to parse a html content and withdraw some element in myself apache 
>> handler.Please ask how to do it.
>> Thanks,
>> Jia
>
>Hey, have a look at how mod_proxy_html[1] does it.
>
>[1] http://apache.webthing.com/mod_proxy_html/


Re: how to parse html content in handler

2011-03-24 Thread Ben Noordhuis
On Thu, Mar 24, 2011 at 13:10, Whut  Jia  wrote:
> Hi,all
> I want to parse a html content and withdraw some element in myself apache 
> handler.Please ask how to do it.
> Thanks,
> Jia

Hey, have a look at how mod_proxy_html[1] does it.

[1] http://apache.webthing.com/mod_proxy_html/