pgsql: Fix XML namespace declarations

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix XML namespace declarations
Дата
Msg-id E1nJurc-0005hk-SP@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix XML namespace declarations

The XSL stylesheets used a mix of incorrect or outdated namespace
declarations for XHTML, probably based on ancient advice and examples.
Clean all this up.

Besides improving correctness (although probably no impact in
practice, other than possible validation failures), this removes a
bunch of useless namespace declarations in the HTML output.

Reported-by: Andres Freund <andres@anarazel.de>
Discussion: https://www.postgresql.org/message-id/flat/20220213201618.qz6p6noon3wagr3f%40alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6538be9e1e412224c69f447d2b08342ba47ce9f1

Modified Files
--------------
doc/src/sgml/stylesheet-hh.xsl           | 4 +---
doc/src/sgml/stylesheet-html-common.xsl  | 3 ++-
doc/src/sgml/stylesheet-html-nochunk.xsl | 4 +---
doc/src/sgml/stylesheet-text.xsl         | 3 +--
doc/src/sgml/stylesheet.xsl              | 3 +--
5 files changed, 6 insertions(+), 11 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Add more logging to new 028_pitr_timelines.pl test.
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Ensure that STDERR is empty in connect_ok tests