- fixed document href (by adding ../)

This commit is contained in:
malekith 2002-04-27 10:34:55 +00:00
parent 77f74e10d9
commit be2c5e19e5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<xsl:template match="comment()">
<xsl:if test="starts-with(normalize-space(.), 'web-hack ')">
<xsl:apply-templates
select="document(substring-after(normalize-space(.), 'web-hack '))"
select="document(concat('../', substring-after(normalize-space(.), 'web-hack ')))"
/>
</xsl:if>
</xsl:template>