1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-21 08:45:04 -05:00

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

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 />