System ID of XHTML frameset incorrect in HTML source
----------------------------------------------------
Key: JXR-64
URL: http://jira.codehaus.org/browse/JXR-64
Project: Maven JXR
Issue Type: Bug
Components: jxr
Affects Versions: 2.1
Reporter: Michael Osipov
The generated JXR report creates this DOCTYPE in the html files:
{code}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"DTD/xhtml1-frameset.dtd">
{code}
well, the local DTD does not exist and the correct doctype declaration has to
be:
{code}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira