> > [EMAIL PROTECTED] wrote: > > What do people think? Is providing a DTD-only configuration > > worth having an extra class? > > Or we could use the validation/schema feature to determine > whether the Schema validator is included in the parsing > pipeline during the configurePipeline() method. We could > even lazily construct the Schema validator in that method > so that we don't create any more objects than necessary.
i will favor it. We should have one configuration (StandardParserConfiguration) that works for both DTD and Schema. and user dont have to switch between different configurations. Any specific configuration should be left to user. regards Neeraj Bajaj --------------------- Sun Microsystems, inc. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
