pgsql: Fix XML namespace declarations - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix XML namespace declarations
Date
Msg-id E1nJurc-0005hk-SP@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Add more logging to new 028_pitr_timelines.pl test.
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Ensure that STDERR is empty in connect_ok tests