Thread: pgsql: Fix XML namespace declarations

pgsql: Fix XML namespace declarations

From
Peter Eisentraut
Date:
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(-)