summaryrefslogtreecommitdiff
path: root/helpcontent2/source/auxiliary/embed.xsl
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-27 08:50:53 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-27 08:50:53 +0000
commitabdfdf85a39f98cf91972d0a9f6c1b949512100d (patch)
tree00bb531719b9f999e66e6c28098e86abd71c73cb /helpcontent2/source/auxiliary/embed.xsl
parent328ff6f83555351695a300e03e5de68aae7d6d38 (diff)
INTEGRATION: CWS helpcl (1.3.2); FILE MERGED
2005/01/17 12:13:20 hjs 1.3.2.1: #i40787# changed makefiles for compile_while_link process
Diffstat (limited to 'helpcontent2/source/auxiliary/embed.xsl')
-rw-r--r--helpcontent2/source/auxiliary/embed.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcontent2/source/auxiliary/embed.xsl b/helpcontent2/source/auxiliary/embed.xsl
index a6dca9ffba..251a06978d 100644
--- a/helpcontent2/source/auxiliary/embed.xsl
+++ b/helpcontent2/source/auxiliary/embed.xsl
@@ -54,7 +54,7 @@ EMBEDVAR
-->
<xsl:template match="embedvar">
<xsl:if test="not(@href='text/shared/00/00000004.xml#wie')"> <!-- special treatment if howtoget links -->
- <xsl:variable name="href"><xsl:value-of select="substring-before(concat($fsroot,@href),'#')"/></xsl:variable>
+ <xsl:variable name="href"><xsl:value-of select="substring-before(concat($fsroot,@href),'#')"/></xsl:variable>
<xsl:variable name="anchor"><xsl:value-of select="substring-after(@href,'#')"/></xsl:variable>
<xsl:variable name="doc" select="document($href)"/>
<xsl:apply-templates select="$doc//variable[@id=$anchor]" mode="embedded"/>