Why Pull Can Be a Problem
- XSLT was designed as a “data filter” language
(called side-effect free)
- Stylesheets tell the processor what to do when it finds something
- Processor controls the finding of things in the input tree
(when to do it)
- Pull stylesheets
- control both what and when
- fight the design of the language