has Xerees implemented Document Object Model Level2 Html API?


      I test the Xerces using codes below:
 DOMImplementationImpl domi = new org.apache.xerces.dom.DOMImplementationImpl();
System.out.println("support html 2.0? :" +domi.hasFeature("html", "2.0"));

and the output is "support html 2.0 ?: false" 
does anyone know why,because the package org.apache.html.dom in Xerces implements all the APIs in the  Document Object Model Level2 Html specification 
	

¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ÖÂ
Àñ£¡
 				

¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ghy
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡hongyan@otcaix.iscas.ac.cn
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡2005-04-20

Received on Wednesday, 20 April 2005 02:50:26 UTC