I don't think that's the problem.
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.
Regards,
-scott anderson
"Welcome to Rivendell, Mr. Anderson..."