Hi, On Thu, Sep 4, 2008 at 1:50 PM, Michael Wechner wrote: > Jukka Zitting schrieb: >> The way I see it, an application should ideally only deal with a >> single Parser instance, that would be smart enough to select the >> appropriate parsing mechanism for each incoming document based on the >> associated metadata. > > I am afraid that this makes the parsers less usable, but of course we could > introduce a meta-parser and then re-use the actual data parsers. That's pretty much what the AutoDetectParser and CompositeParser classes are designed to do. BR, Jukka Zitting