Re: Large SGML Cleanup

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Large SGML Cleanup
Дата
Msg-id 1288794278.20884.2.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Large SGML Cleanup  (Josh Kupershmidt <schmiddy@gmail.com>)
Ответы Re: Large SGML Cleanup  (Josh Kupershmidt <schmiddy@gmail.com>)
Re: Large SGML Cleanup  (Josh Kupershmidt <schmiddy@gmail.com>)
Список pgsql-docs
On tis, 2010-11-02 at 22:56 -0400, Josh Kupershmidt wrote:
> This HTML fails validation, as one isn't supposed to be stuffing
> tables inside <p> nodes. The attached patch fixes all the instances of
> this I could find, by closing out <para> nodes before beginning lists
> and tables.

Um, this is like moving around the C code because the compiler generates
invalid assembly code.  Fix the compiler.

That said, we have the following in stylesheet.dsl:

;; Block elements are allowed in PARA in DocBook, but not in P in
;; HTML.  With %fix-para-wrappers% turned on, the stylesheets attempt
;; to avoid putting block elements in HTML P tags by outputting
;; additional end/begin P pairs around them.
(define %fix-para-wrappers% #t)

So evidently someone thought of this before and put something in to
prevent some/many/most cases.

In general, I think the more efficient way to address this overall
problem is to run the resulting HTML through tidy and be done with it.


В списке pgsql-docs по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Large SGML Cleanup
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Large SGML Cleanup