Details
Description
The generated JXR report creates this DOCTYPE in the html files:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "DTD/xhtml1-frameset.dtd">
well, the local DTD does not exist and the correct doctype declaration has to be:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
------------------------------------------------------------------------
r1145412 | bimargulies | 2011-07-11 20:48:59 -0400 (Mon, 11 Jul 2011) | 2 lines
JXR-64System ID of XHTML frameset incorrect in HTML source------------------------------------------------------------------------