|
Mantis - Quercus
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 2975 | major | always | 09-29-08 00:26 | 10-01-08 12:08 | |
|
|
|||||
| Reporter: | bago | Platform: | |||
| Assigned To: | nam | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 3.2.0 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 3.2.1 | ||
|
|
|||||
| Summary: | 0002975: DOMImplementation creates XML parsers instead of HTML. | ||||
| Description: |
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); |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| There are no notes attached to this issue. |