You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Roman Rytov <ro...@davinci.co.il> on 2001/07/02 14:14:50 UTC

in-memory transformation question

 

Hi all.

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. 

Give me an idea how I can manage XSL transformation in th memory without

file operations.

Thanks in advance.