Skip to content

Commit ac6d443

Browse files
committed
1 parent ea96f06 commit ac6d443

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

file-uri/xsl/without-resolver.xsl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
<xsl:when test="matches($uri, '^/[^/]')">
2323
<xsl:sequence select="tr:uri-composer(concat('file:', $uri), '')"/>
2424
</xsl:when>
25+
<xsl:when test="matches($uri, '^/$')">
26+
<xsl:sequence select="'file:/'"/>
27+
</xsl:when>
2528
<xsl:when test="matches($uri, '^//')">
2629
<xsl:sequence select="$uri"/>
2730
</xsl:when>

0 commit comments

Comments
 (0)