pgsql: Fix XML namespace declarations

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix XML namespace declarations
Date: 2022-02-15 10:15:16
Message-ID: E1nJurc-0005hk-SP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)anarazel(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2022-02-15 11:02:24 pgsql: Ensure that STDERR is empty in connect_ok tests
Previous Message Heikki Linnakangas 2022-02-15 10:02:30 pgsql: Add more logging to new 028_pitr_timelines.pl test.