> 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]
- in-memory transformation question Roman Rytov
- Re: in-memory transformation question Bjoern Martin
- Re: in-memory transformation question Joseph_Kesselman