22. maj 2002 - 10:19Der er
2 kommentarer og 1 løsning
XSL Transformer memory problem
Hi.
I'm currently trying to transform huge xml documents using xslt. My problem resides in the implementation of the transformers, which I've so far tried to use. Xalan and xsltproc both builds in internal representation of the whole input file, and as a result a memory error occurs before the transformation process even starts.
Therefore I need a XSL Transformer, which doesn't build internal representations of the whole input file. Do you know such one?
I don't think XSLT is the right tool if you can't read the entire document. A parser can chew the file in small pieces, but I think XSLT has to have the entire file - how else could I start the output by giving the position of the last element etc?
Sablotron did the job. It took quite a time and loads of ressources.
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.