Re: Does HttpClient have support for some sort of Document object model?

2003-10-13 Thread Adrian Sutton
Hi Raj, Try Jtidy: http://jtidy.sf.net Works wonders. Regards, Adrian Sutton. On 13/10/2003 11:52 PM, "Raj Wagle" <[EMAIL PROTECTED]> wrote: > I was looking for something that people would have actively used. > The last release for the code of this project was almost an year ago, and it > has

Re: Does HttpClient have support for some sort of Document object model?

2003-10-13 Thread Christian Kohlschütter
Am Montag, 13. Oktober 2003 15:52 schrieb Raj Wagle: > I was looking for something that people would have actively used. > The last release for the code of this project was almost an year ago, and > it has not yet had a major release. > > But probably this is not the right forum to discuss htmlpars

RE: Does HttpClient have support for some sort of Document object model?

2003-10-13 Thread Jorrit Kronjee
lease. > > But probably this is not the right forum to discuss htmlparser. > > Thanks for the inputs > Raj > > -Original Message- > From: Roland Weber [mailto:[EMAIL PROTECTED] > Sent: Monday, October 13, 2003 8:38 AM > To: Commons HttpClient Project > Subject:

RE: Does HttpClient have support for some sort of Document object model?

2003-10-13 Thread Raj Wagle
- From: Roland Weber [mailto:[EMAIL PROTECTED] Sent: Monday, October 13, 2003 8:38 AM To: Commons HttpClient Project Subject: Re: Does HttpClient have support for some sort of Document object model? Hello Raj, what you are looking for is an HTML parser. I found one on sourceforge: http

Re: Does HttpClient have support for some sort of Document object model?

2003-10-13 Thread Roland Weber
Hello Raj, what you are looking for is an HTML parser. I found one on sourceforge: http://sourceforge.net/projects/htmlparser/ regards, Roland

Re: Does HttpClient have support for some sort of Document object model?

2003-10-13 Thread Ortwin Glück
Raj, Please do not confuse HTTP with HTML. HttpClient is totaly unaware of the content you transmit. Odi Raj Wagle wrote: What I'm looking for is some way to access, say a particular field in a form, or a particular entry in a table, once the server sends the response to the HttpClient. ---

Does HttpClient have support for some sort of Document object model?

2003-10-13 Thread Raj Wagle
What I'm looking for is some way to access, say a particular field in a form, or a particular entry in a table, once the server sends the response to the HttpClient. Right now the only way I can see it can be done is through actually parsing and searching the text string received. What I'd like