He's trying to avoid matching things like:

<foo>Something</foo><foo>Something else</foo>

with <foo>.*</foo> and getting Something</foo><foo>Something else as the value, which is what a greedy qualifier will do.