Re: [Digester] HTML entity decoding?

2009-04-22 Thread Paul Libbrecht
Le 22-avr.-09 à 06:06, Otis Gospodnetic a écrit : I'm no XML guru, so some of this stuff is fuzzy. Please see my comments/questions below. I'm happy to help ;-) XML files I'm trying to parse do have links to DTDs in the header (sometimes with a full http://... URL, and sometimes with

Re: [SCXML] getting set datats in the datamodel

2009-04-22 Thread Rahul Akolkar
On Wed, Apr 22, 2009 at 9:35 AM, Linda Erlenhov linda.erlen...@gmail.com wrote: Hello Is there anybody that can help me with my problem described below? best regards //Linda On Mon, Apr 20, 2009 at 2:05 PM, Linda Erlenhov linda.erlen...@gmail.comwrote: Hello I think I´ve done some

[commons-net] FTPClient setReceiveBufferSize() setSendBufferSize()

2009-04-22 Thread cloudboy
I have an ftp connection that would greatly benefit from having very large TCP/IP window sizes (1MB). I'm having trouble figuring out how to implement this using the standard FTPClient. What's the intended usage of setReceiveBufferSize() and setSendBufferSize(), which are inherited from the

Re: [commons-net] FTPClient setReceiveBufferSize() setSendBufferSize()

2009-04-22 Thread Steve Cole
Download the source, modify the SocketClient.connect() method and use the setReceiveBufferSize() and setSendBufferSize() methods and see if it gives you results you want. Have you tried using the FTPClient.setBufferSize() method, which sets the buffersize of the BufferedInputStream used for the