xep.xsl: Improve the schemaloc > ns sentence, using quotes.

This commit is contained in:
Emmanuel Gil Peyrot 2016-10-13 23:23:30 +01:00
parent 914273677c
commit 054aea0ea9
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 />