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
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ OR OTHER DEALINGS IN THE SOFTWARE.
<xsl:variable name='ns.count' select='count(ns)'/>
<xsl:choose>
<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:otherwise>
Schema: &lt;<a href='{$this.url}'><xsl:value-of select='url'/></a>&gt;<br />