neilg 2003/02/17 14:40:19 Modified: java/src/org/apache/html/dom HTMLDocumentImpl.java Log: amendment to fix for bug 16509 Revision Changes Path 1.15 +2 -2 xml-xerces/java/src/org/apache/html/dom/HTMLDocumentImpl.java Index: HTMLDocumentImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/html/dom/HTMLDocumentImpl.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- HTMLDocumentImpl.java 17 Feb 2003 22:35:39 -0000 1.14 +++ HTMLDocumentImpl.java 17 Feb 2003 22:40:19 -0000 1.15 @@ -778,7 +778,7 @@ try { _elementTypesHTML.put( tagName, ObjectFactory.findProviderClass("org.apache.html.dom." + className, - HTMLDocumentImpl.class.getClassLoader(), false) ); + HTMLDocumentImpl.class.getClassLoader(), true) ); } catch ( Exception except ) { new RuntimeException( "HTM019 OpenXML Error: Could not find or execute class " + className + " implementing HTML element " + tagName + "\n" + className + "\t" + tagName);
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]