This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: HTML problems


On Mon, Jun 04, 2001 at 02:22:32PM -0500, Matthew Braun wrote:

> > Sorry, this document does not validate as HTML 4.01 Strict.
> 
> Uh...was there any claim that the stylesheets produced HTML which validated
> as _strict_ HTML 4.01? 

Well, the DOCTYPE of the generated HTML. :-)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">

I see now that that comes from the DSL file I'm using
(/usr/share/sgml/docbook/utils-0.6/docbook-utils.dsl, which is
actually gdp-both.dsl.  Perhaps it's that that needs changing..

The problem I was trying to point out was the last one:

-->
Line 34, column 0:
  ></DIV
  ^
 
Error: end tag for element "P" which is not open; try removing the end
tag or check for improper nesting of elements (explanation...)
<--

What's going on here is that there is a TABLE in a P element, but
apparently <P><TABLE>...</TABLE></P> is wrong.

> (Just checking the "quality" of the html code the stylesheets produce, or
> something?)

Chasing bug reports.

Tim.
*/

PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]