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

2003-10-13 Thread Jorrit Kronjee
I heard Xerces can parse HTML too, even if it's sloppy. Jorrit On Mon, 13 Oct 2003, Raj Wagle 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 not > yet had a major release. > > But pro

Setting up to use multipart/mixed

2003-10-13 Thread Jorrit Kronjee
ooking for? Thanks in advance, Jorrit Kronjee - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Setting up to use multipart/mixed

2003-10-13 Thread Jorrit Kronjee
t the examples, but i can't define anywhere that i am sending a > > multipart/mixed message in MIME. > > > > What should I be looking for? > > > > Thanks in advance, > > > > > > Jorrit Kronjee > > > > --

RE: Setting up to use multipart/mixed

2003-10-13 Thread Jorrit Kronjee
Hm, indeed you are right. I'll probably have to use javax.mail.* instead. Thanks, Jorrit On Mon, 13 Oct 2003, Kalnichevski, Oleg wrote: > HttpClient is, well, an HTTP client. It does not do MIME. Your code will have to > take care of MIME encoding the content that you need to submit to the s

Setting up to use multipart/mixed

2003-10-13 Thread Jorrit Kronjee
ooking for? Thanks in advance, Jorrit Kronjee Infopact Netwerkdiensten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2003-10-13 Thread Jorrit Kronjee
I would say that's a bit beyond the scope of this mailing list. Although I have no experience with this, I suggest you should use http://lempinen.net/sami/jtidy/ or anything else Google spits out. Good luck, Jorrit Kronjee Infopact Netwerkdiensten On Mon, 13 Oct 2003, Raj Wagle

Re: Setting up to use multipart/mixed

2003-10-13 Thread Jorrit Kronjee
t the examples, but i can't define anywhere that i am sending a > > multipart/mixed message in MIME. > > > > What should I be looking for? > > > > Thanks in advance, > > > > > > Jorrit Kronjee > > > > --

customizing debugging levels per httpclient instance

2004-04-26 Thread Jorrit Kronjee
/class names. I was wondering if it's possible to set the class name for http client, so i can customize my debugging per thread. Or perhaps I'm not understanding it correctly. If this is not possible, I would like to make this a feature request. Thanks in advance, Jorr

Re: customizing debugging levels per httpclient instance

2004-04-29 Thread Jorrit Kronjee
Ortwin Glück wrote: Jorrit Kronjee wrote: I would like to see the wire of one of the threads, but suppress the other. Currently this is not possible. A simple workaround with Log4J is: * set your logging string to include the thread name * grep the log for the thread name you whish That