On Śr 18 Aug 2010, 10:48:23, MARKSTOS wrote:
Show quoted text> On Wed Aug 18 10:24:55 2010, steve@fisharerojo.org wrote:
start_html
Show quoted textDOCUMENT-
Show quoted text> HEADER>
>
> A suggestion for a fix is welcome.
I am not LDS so I can only try to figure out what the current
implementation does. It seems that the -dtd option can take a public
DTD identifier string (e.g. -dtd => '-//W3C//DTD HTML 4.01
Transitional//EN') or public and system DTD identifiers as an array
(e.g. -dtd => [ '-//W3C//DTD HTML 4.01
Transitional//EN', '
http://www.w3.org/TR/html4/loose.dtd' ]). For the
public DTD identifier to be considered, it must be valid, where the
exact meaning of the latter term is better left undefined, except for
the provision that valid public DTD identifiers are accepted.
Otherwise it will be replaced by the default DTD.
If the public DTD contains 'XHTML', CGI will emit XML.