DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5586>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5586 make parser faster ! ------- Additional Comments From [EMAIL PROTECTED] 2002-01-07 06:24 ------- Genady, given your requirements you should use Xerces2. In Xerces2 there are different parser configurations that include different components in the pipeline. By default, Xerces2b4 parsers are created with xerces.parsers.StandardParserCofiguration which includes: Scanner, DTDValidator, DTDScanner, NamespaceBinder. Validating parser must read DTD if it is present, even if you don't need validation. If you don't want external DTD to be read set http://apache.org/xml/features/nonvalidating/load-external- dtd to false [the internal subset will be always read]. If you have more about performance email to the xerces-j-dev list. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
