Fix XML namespace declarations
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 15 Feb 2022 09:58:28 +0000 (10:58 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 15 Feb 2022 10:13:49 +0000 (11:13 +0100)
commit6538be9e1e412224c69f447d2b08342ba47ce9f1
tree5b7cbe68863ba7db6f1a347ae9462ef649290e3e
parent3279cef0727a0fd285f3f1f459a7094acff9f629
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
doc/src/sgml/stylesheet-hh.xsl
doc/src/sgml/stylesheet-html-common.xsl
doc/src/sgml/stylesheet-html-nochunk.xsl
doc/src/sgml/stylesheet-text.xsl
doc/src/sgml/stylesheet.xsl