Various smaller fixes for xep.xsl - #1519
Open
guusdk wants to merge 4 commits into
Open
Conversation
`<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`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These include small fixes for the
xep.xslfile, used to generate HTML from the XEP XML files. Please refer to the individual commit messages for details.