You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by "Johannes Koch (JIRA)" <xe...@xml.apache.org> on 2009/07/16 15:12:15 UTC

[jira] Updated: (XERCESJ-1384) DOMException thrown in HTMLDocumentImpl.getDocumentElement()

     [ https://issues.apache.org/jira/browse/XERCESJ-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johannes Koch updated XERCESJ-1384:
-----------------------------------

    Attachment: DOMParserTest.java

only the first test method (testParseXhtmlDoc1()) fails

> 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
>
>
> 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: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org