elena 2003/11/18 10:32:43 Modified: java/src/org/apache/xerces/parsers XML11Configuration.java Log: Cleanup: the XMLSchemaValidator should be only added to common components vector (done in configure*Pipeline methods) Revision Changes Path 1.11 +1 -5 xml-xerces/java/src/org/apache/xerces/parsers/XML11Configuration.java Index: XML11Configuration.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/parsers/XML11Configuration.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- XML11Configuration.java 18 Nov 2003 18:14:18 -0000 1.10 +++ XML11Configuration.java 18 Nov 2003 18:32:42 -0000 1.11 @@ -1519,10 +1519,6 @@ addXML11Component(fXML11NSDocScanner); fXML11NSDTDValidator = new XML11NSDTDValidator(); addXML11Component(fXML11NSDTDValidator); - - - if (fSchemaValidator != null) - addXML11Component(fSchemaValidator); f11Initialized = true; }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]