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 to do is to get the top level document of the response, get the table 
with a particular name, and then access an entry value at a specific row and column. 
Would something like this fall within the scope of the HttpClient project? 
Is there any other way I can achieve the same, for instance, by passing the response 
that I get from HttpClient to some other library which would do this for me? 
Thanks 
Raj


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to