Mantis - Quercus
Viewing Issue Advanced Details
2975 major always 09-29-08 00:26 10-01-08 12:08
bago  
nam  
normal  
closed 3.2.0  
fixed  
none    
none 3.2.1  
0002975: DOMImplementation creates XML parsers instead of HTML.
This is DOMImplementation:
----
  public void parseHTMLDocument(Document document, ReadStream is, String path)
    throws IOException, SAXException
  {
    _factory.parseXMLDocument(document, is, path);
  }
---

It should call _factory.parseHTMLDocument(document, is, path);

There are no notes attached to this issue.