XSLT can be Written in Two Ways (2)
- Way # 2 = Stylesheet driven (called Pull)
- more like a typical computer program
- walk the stylesheet
(which specifies the order of the output document)
- when it asks for data, go get it from the input tree
- Similar to some fill-in-the-blank programming languages
Pull stylesheets are most useful when you have very regular data