Last Updated: $Date: 2003/06/25 05:22:44 $
| media type | text/html | application/xhtml+xml | text/xml | application/xml |
|---|---|---|---|---|
| xml-stylesheet PI and link | recognized as HTML | not supported | browser crashed | browser crashed |
| link only | recognized as HTML | not supported | parsing failed due to lack of memory (??) | parsing failed due to lack of memory (??) |
| xml-stylesheet PI only | recognized as HTML, xml-stylesheet PI was not recognized | not supported | browser crashed | browser crashed |
| without xmlns | recognized as HTML | not supported | browser crashed | browser crashed |
| without DOCTYPE | recognized as HTML | not supported | browser crashed | browser crashed |
| without DOCTYPE and xmlns | recognized as HTML | not supported | browser crashed | browser crashed |
| Broken XHTML | recognized as HTML, well-formedness error was not checked | not supported | browser crashed | browser crashed |
| HTML 4 | recognized as HTML | not supported | parsing failed due to lack of memory (??) | parsing failed due to lack of memory (??) |
Note: After several parsing failure, IE frequently crashed.