|
@@ -1160,7 +1160,7 @@ xmlns:seisint="http://seisint.com" xmlns:set="http://exslt.org/sets" exclude-re
|
|
|
<xsl:param name="path"/>
|
|
|
<xsl:if test="contains($path, '\')">
|
|
|
<xsl:variable name="prefix" select="substring-before($path, '\')"/>
|
|
|
- <xsl:value-of select="concat($prefix, '\')"/>
|
|
|
+ <xsl:value-of select="concat($prefix, '/')"/>
|
|
|
<xsl:call-template name="GetPathName">
|
|
|
<xsl:with-param name="path" select="substring-after($path, '\')"/>
|
|
|
</xsl:call-template>
|