← Back to context

Comment by agumonkey

8 hours ago

It's odd cause xslt was clearly made in an era where expecting long source xml to be processed was the norm, and nested loops would blow up obviously..

It was in the era when everything walk on the DOM tree, not streams.

Streaming is not supported until later version.