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" <i...@bnoordhuis.nl> wrote: >On Thu, Mar 24, 2011 at 13:10, Whut Jia <whut_...@163.com> 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/