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:
parent
914273677c
commit
054aea0ea9
2
xep.xsl
2
xep.xsl
@ -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: <<a href='{$this.url}'><xsl:value-of select='url'/></a>><br />
|
||||
XML Schema for the '<xsl:value-of select='ns'/>' namespace: <<a href='{$this.url}'><xsl:value-of select='url'/></a>><br />
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
Schema: <<a href='{$this.url}'><xsl:value-of select='url'/></a>><br />
|
||||
|
Loading…
Reference in New Issue
Block a user