logoalt Hacker News

agumonkeytoday at 9:58 AM1 replyview on HN

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..


Replies

j16sdiztoday at 10:39 AM

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

Streaming is not supported until later version.

show 1 reply