[
https://issues.apache.org/jira/browse/XERCESJ-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johannes Koch updated XERCESJ-1384:
-----------------------------------
Attachment: x_html-dom.jar
I created an HTMLDocument implementation for both HTML and XHTML
(X_HTMLDocumentImpl extending HTMLDocumentImpl), a DOMImplementation and HTML
element implementations extending ElementNSImpl copying functionality from the
HTML element implementations. For me this helps to solve the issue.
Additionally there are two JUnit test classes (X_HTMLDocumentImplTest and
X_HTMLDOMImplementationImplTest).
> DOMException thrown in HTMLDocumentImpl.getDocumentElement()
> ------------------------------------------------------------
>
> Key: XERCESJ-1384
> URL: https://issues.apache.org/jira/browse/XERCESJ-1384
> Project: Xerces2-J
> Issue Type: Bug
> Components: DOM (HTML)
> Affects Versions: 2.9.1
> Reporter: Johannes Koch
> Attachments: DOMParserTest.java, x_html-dom.jar
>
>
> After parsing an XHTML document with the NekoHTML parser (nekohtml-1.9.12) in
> namespaceAware mode, a call to HTMLDocumentImpl.getDocumentElement() results
> in a DOMException
> When the while loop is finished, Node html is still null, because none of the
> document's child nodes are an instance of HTMLHtmlElement. Then all the
> document's child nodes are appended to the newly created HTMLHtmlElementImpl.
> A DocumentType node cannot be appended to an Element. See method
> testParseXhtmlDoc1() in appended test case DOMParserTest.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]