Really Big Files
Files are sequences of characters; XSLT works on trees
- Many XSLT processors
- make the input document into a tree in memory
- make the stylesheet into another tree in memory
- make the results into more trees in memory
- Document may not fit in memory
- Usual solution is “chunking”