[jdom-interest] JDOM and very large files
Elliotte Rusty Harold
elharo at metalab.unc.edu
Fri Oct 10 05:42:08 PDT 2003
>Finally one other thought that no one has mentioned, namely, using an XSL
>Transform to pick out what you need into another, hopefully, small enough
>document that you can use JDOM with. Of course, it may still not be small
>enough.
>
That's unlikely to work. Most XSL implementations need to read the
entire document into memory to process it. Furthermore, the goal here
appears to be to process the entire document a piece at a time, not
to process only one piece of it.
--
Elliotte Rusty Harold
elharo at metalab.unc.edu
Processing XML with Java (Addison-Wesley, 2002)
http://www.cafeconleche.org/books/xmljava
http://www.amazon.com/exec/obidos/ISBN%3D0201771861/cafeaulaitA
More information about the jdom-interest
mailing list