summaryrefslogtreecommitdiff
path: root/helpcontent2/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-28 08:27:18 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-28 08:27:18 +0000
commit5c80a933255418846027123334194f97919be709 (patch)
tree7050e6a13c7b4f7973e6374ee9d46b7a618e310d /helpcontent2/source
parent103abfdde22831c8a4eafdb51b6b1fdab5db5c3d (diff)
INTEGRATION: CWS hc680postbeta (1.2.2); FILE MERGED
2005/01/18 15:18:38 fpe 1.2.2.2: regular update 2005/01/18 09:24:27 fpe 1.2.2.1: tree files updated
Diffstat (limited to 'helpcontent2/source')
-rw-r--r--helpcontent2/source/auxiliary/embed.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpcontent2/source/auxiliary/embed.xsl b/helpcontent2/source/auxiliary/embed.xsl
index 251a06978d..cb8cc3864f 100644
--- a/helpcontent2/source/auxiliary/embed.xsl
+++ b/helpcontent2/source/auxiliary/embed.xsl
@@ -53,8 +53,8 @@ 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:if test="not(@href='text/shared/00/00000004.xhp#wie')"> <!-- special treatment if howtoget links -->
+ <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"/>