The HTML DOM implementation has been committed to the code base with the ElementImpl fix (thanks Ted).
There are now to additional packages: org.w3c.dom.html contains the Level 2 HTML DOM (does not require Level 2 DOM) org.apache.html.dom contains the implementation To construct a new HTML document use org.apache.html.dom.HTMLDocumentImpl or org.apache.html.dom.HTMLDOMImplementationImpl. The latest build of the OpenXML HTML parser will automatically default to using org.apache.html.dom when parsing an HTML document. arkin -- ____________________________________________________________ Assaf Arkin [EMAIL PROTECTED] CTO http://www.exoffice.com Exoffice, The ExoLab Company tel: (650) 259-9796
