slide 69
XSLT can be Written in Two Ways (1)
Way # 1 = Input-driven (called Push)
walk the input tree
match elements in input tree
do something when you find a match
This is what XSLT was designed to do
This works the best (when it works for your data)