forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6538be9
committed
Fix XML namespace declarations
The XSL stylesheets used a mix of incorrect or outdated namespacedeclarations for XHTML, probably based on ancient advice and examples.Clean all this up.Besides improving correctness (although probably no impact inpractice, other than possible validation failures), this removes abunch 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.de1 parent3279cef commit6538be9
File tree
5 files changed
+6
-11
lines changed- doc/src/sgml
5 files changed
+6
-11
lines changedLines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 3 | + | |
6 | 4 |
| |
7 | 5 |
| |
8 | 6 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 3 | + | |
6 | 4 |
| |
7 | 5 |
| |
8 | 6 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
| 4 | + | |
6 | 5 |
| |
7 | 6 |
| |
8 | 7 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
| 4 | + | |
6 | 5 |
| |
7 | 6 |
| |
8 | 7 |
| |
|
0 commit comments
Comments
(0)