Skip to content

Various smaller fixes for xep.xsl - #1519

Open
guusdk wants to merge 4 commits into
xsf:masterfrom
guusdk:xslt-fixes
Open

Various smaller fixes for xep.xsl#1519
guusdk wants to merge 4 commits into
xsf:masterfrom
guusdk:xslt-fixes

Conversation

@guusdk

@guusdk guusdk commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

These include small fixes for the xep.xsl file, used to generate HTML from the XEP XML files. Please refer to the individual commit messages for details.

guusdk added 4 commits April 1, 2026 11:39
`<xsl:choose>` is only permitted to contain `<xsl:when>` and `<xsl:otherwise>` children. The trailing `<xsl:value-of>` is invalid XSLT (a conforming processor will either error or silently ignore it, but regardless it was likely intended to be the `<xsl:otherwise>` content).
`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.
It obviously is _critically important_ to document the correct number of nines! (sorry)
The anchor-link `¶` deep-link has been added to both `section4` and `section5` headings, making them consistent with `section1`, `section2`, and `section3`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant