From 414afb151386a819122cfc5945497b01d66ac133 Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Wed, 1 Apr 2026 11:39:19 +0200 Subject: [PATCH 1/4] xep.xsl: remove stray `value-of` status tag `` is only permitted to contain `` and `` children. The trailing `` is invalid XSLT (a conforming processor will either error or silently ignore it, but regardless it was likely intended to be the `` content). --- xep.xsl | 1 - 1 file changed, 1 deletion(-) diff --git a/xep.xsl b/xep.xsl index 5c7b6a2cb..1dc3b2054 100644 --- a/xep.xsl +++ b/xep.xsl @@ -337,7 +337,6 @@ content: "XEP-"; Stable -
Type
From f1e615d244bd5a4f3fb3166b5193e67b5a3d5bf9 Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Wed, 1 Apr 2026 11:43:08 +0200 Subject: [PATCH 2/4] xep.xsl: remove wrong and unused `discuss.venue` variable `discuss.venue` is assigned the same count expression as `discuss.count` rather than the venue name (`select='/xep/header/discuss'`). It is never referenced anywhere. Removed the dead variable. --- xep.xsl | 1 - 1 file changed, 1 deletion(-) diff --git a/xep.xsl b/xep.xsl index 1dc3b2054..7922e954d 100644 --- a/xep.xsl +++ b/xep.xsl @@ -456,7 +456,6 @@ content: "XEP-";

Appendix E: Discussion Venue

- https://mail.jabber.org/mailman/listinfo/ From 133e2915783fd30c9d7015820bac0cb71e1a8823 Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Wed, 1 Apr 2026 11:46:07 +0200 Subject: [PATCH 3/4] xep.xsl: update comment to match implementation It obviously is _critically important_ to document the correct number of nines! (sorry) --- xep.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep.xsl b/xep.xsl index 7922e954d..3bc108aea 100644 --- a/xep.xsl +++ b/xep.xsl @@ -541,7 +541,7 @@ content: "XEP-"; + hence the logic below is disabled for all XEPs, by testing for XEP number > 999999 --> https://xmpp.org/extensions/attic/xep- From a48da727c9396607dff771d4c145aedb8fb5d634 Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Wed, 1 Apr 2026 11:50:03 +0200 Subject: [PATCH 4/4] xep.xsl: Add anchor to `section4` and `section5` headings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The anchor-link `ΒΆ` deep-link has been added to both `section4` and `section5` headings, making them consistent with `section1`, `section2`, and `section3`. --- xep.xsl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xep.xsl b/xep.xsl index 3bc108aea..468cfdfb9 100644 --- a/xep.xsl +++ b/xep.xsl @@ -997,6 +997,7 @@ content: "XEP-"; ... + @@ -1024,6 +1025,7 @@ content: "XEP-"; .... +