>If this sample uses SAX should it not use no more memory for large input
XML files?

Not true, unfortunately. It accepts SAX input... but since XSLT stylesheets
can randomly access any part of the source document, we need to build an
in-memory model.

We're working on ways to reduce the size of that model.

Reply via email to