1
0
mirror of https://github.com/moparisthebest/xeps synced 2025-02-11 21:00:12 -05:00

Merge pull request #261 from linkmauve/xsl-schemaloc-ns

xep.xsl: Improve the schemaloc > ns sentence
This commit is contained in:
Florian Schmaus 2016-10-26 22:25:42 +02:00 committed by GitHub
commit 5e48505b84

View File

@ -542,7 +542,7 @@ OR OTHER DEALINGS IN THE SOFTWARE.
<xsl:variable name='ns.count' select='count(ns)'/> <xsl:variable name='ns.count' select='count(ns)'/>
<xsl:choose> <xsl:choose>
<xsl:when test="$ns.count=1"> <xsl:when test="$ns.count=1">
XML Schema for <xsl:value-of select='ns'/> namespace: &lt;<a href='{$this.url}'><xsl:value-of select='url'/></a>&gt;<br /> XML Schema for the '<xsl:value-of select='ns'/>' namespace: &lt;<a href='{$this.url}'><xsl:value-of select='url'/></a>&gt;<br />
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
Schema: &lt;<a href='{$this.url}'><xsl:value-of select='url'/></a>&gt;<br /> Schema: &lt;<a href='{$this.url}'><xsl:value-of select='url'/></a>&gt;<br />