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
ooking for?
Thanks in advance,
Jorrit Kronjee
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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
> >
> > --
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
ooking for?
Thanks in advance,
Jorrit Kronjee
Infopact Netwerkdiensten
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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
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
> >
> > --
/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
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