Wish: Cross-doctype compatibility
---------------------------------
Key: XAP-561
URL: https://issues.apache.org/jira/browse/XAP-561
Project: XAP
Issue Type: Bug
Components: XML Dom / Parsing
Reporter: Trevor Oldak
Currently, for things to display correctly, the doctype has to be specified.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
Not specifying a doctype causes incorrect behavior. Fixing this would be a
pretty big plus.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.