> Hi all.

Hi.

> I have very simple task. I need to build a XML document in the
> memory and transform it into another XML document without using
> file system. I haven't found suitable functions to do it. Even
> in the example "from input stream to output stream" they use
> fileID parameter and finally operate files but not streams.

I use CharArrayReader and CharArrayWriter - works great.

Regards.

--
Bjoern Martin                                [EMAIL PROTECTED]


Reply via email to