On Fri Mar 17 12:24:49 2006, belg4mit@MIT.EDU wrote:
Show quoted text> No, because there is no way to break out of the recursion, let alone
> continue parsing to the given depth.ret
If you return an empty list from the preprocess function, the recursion
will finish. The docs are a little bit vague about that feature. I
will make that more clear in the next version.
Regards,
Guido