- From: ghy <hongyan@otcaix.iscas.ac.cn>
- Date: Wed, 20 Apr 2005 09:25:36 +0800
- To: "www-dom" <www-dom@w3.org>
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