On 10/30/06, James M Snell <[EMAIL PROTECTED]> wrote:
What I imagine is a discovery model generally similar to JAXP. It's not a big change over what we currently have.Parser parser = abdera.getParser();
As long as there is a way to get ahold of the default parser without hardcoding its class name into the code then having to be explicit about the class name when using alternate parsers seems fine with me. I really don't think alternate parsers is going to be a common use case anyway. -garrett
