Hi all, I am working on a new parser configuration that does not include a namespace binder. Instead, the namespace binding is done in the document scanner or in the DTD validator (I have not prototyped the later yet). This should increase the parser speed.
I am not sure how to name this configuration. Xerces already has the following: DTDConfiguration XML11Configuration StandardParserConfiguration NonValidatingConfiguration The possible names for the new configuration are: DefaultParserConfiguration (since it will become the default parser configuration) PerformanceConfiguration SmartConfig CompactConfiguration AutoConfig ..other suggestions? Another possibility is to come up with general naming mechanism, i.e. XercesConfiguration01 and have an FAQ on each configuration. Thanks, -- Elena Litani / IBM Toronto --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
