XStream
XStream is a simple functional transformation language for XML documents. XML transformations written in XStream are evaluated in streaming: when possible, parts of the output are computed and produced while the input document is still being parsed. Some transformations can thus be applied to huge XML documents which would not even fit in memory.
[ Homepage ]
| Author: | Alain Frisch. |
| Last modification date: | 29-Jun-2006 |
| Version: | 0.1 |
| Development status: | Beta |
| Kind: | Development tools |
| License: | Open Source :: CeCILL |
| Topic: | XML :: XML specific languages |
| Homepage: | http://yquem.inria.fr/~frisch/xstream/ |