mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-23 01:32:22 -05:00
XSLT: Fix spacing and missing letter in deprecated and obsolete headers.
This commit is contained in:
parent
e3f1e6e441
commit
5adc20310c
2
xep.xsl
2
xep.xsl
@ -89,7 +89,7 @@ OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
<xsl:text>NOTICE: The protocol defined herein is a </xsl:text><strong>Final Standard</strong><xsl:text> of the XMPP Standards Foundation and can be considered a stable technology for implementation and deployment.</xsl:text>
|
||||
</xsl:if>
|
||||
<xsl:if test='$thestatus = "Obsolete"'>
|
||||
<xsl:text>WARNING: This document has been obsoleted by the XMPP Standards Foundation. Implementation of the protocol described herein is not recommended. Developers desiring similar functionality are advised to implement the protocol that supersedes this on</xsl:text>
|
||||
<xsl:text>WARNING: This document has been obsoleted by the XMPP Standards Foundation. Implementation of the protocol described herein is not recommended. Developers desiring similar functionality are advised to implement the protocol that supersedes this one </xsl:text>
|
||||
<xsl:variable name='supersededby.count' select='count(/xep/header/supersededby/spec)'/>
|
||||
<xsl:choose>
|
||||
<xsl:when test='$supersededby.count > 0'>
|
||||
|
Loading…
Reference in New Issue
Block a user