summaryrefslogtreecommitdiff
path: root/helpcontent2/source/auxiliary/embed.xsl
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-12-16 11:20:17 +0000
committerRüdiger Timm <rt@openoffice.org>2004-12-16 11:20:17 +0000
commit49f56f8cb53ebb9587f40d4ee4d6f90aea0ec87e (patch)
tree8356e3eed6dc5c3af2509558ff04c53f652c193b /helpcontent2/source/auxiliary/embed.xsl
parent7f64a2254cde6d901f79dbcce88f6a42d2c0e022 (diff)
INTEGRATION: CWS helpaux (1.2.4); FILE MERGED
2004/12/08 17:15:04 fpe 1.2.4.1: err.html deleted
Diffstat (limited to 'helpcontent2/source/auxiliary/embed.xsl')
-rw-r--r--helpcontent2/source/auxiliary/embed.xsl17
1 files changed, 3 insertions, 14 deletions
diff --git a/helpcontent2/source/auxiliary/embed.xsl b/helpcontent2/source/auxiliary/embed.xsl
index 658bbb437c..a6dca9ffba 100644
--- a/helpcontent2/source/auxiliary/embed.xsl
+++ b/helpcontent2/source/auxiliary/embed.xsl
@@ -26,22 +26,11 @@ All others
</xsl:copy>
</xsl:template>
-<xsl:template match="bookmark" mode="embedded">
- <bookmark>
- <xsl:copy-of select="@*"/>
- <xsl:attribute name="embedded">true</xsl:attribute>
- <xsl:apply-templates />
- </bookmark>
+<xsl:template match="bookmark" mode="embedded" />
+<xsl:template match="ahelp" mode="embedded">
+ <xsl:apply-templates mode="embedded"/>
</xsl:template>
-
-<xsl:template match="bookmark_value" mode="embedded">
- <bookmark_value embedded="true">
- <xsl:apply-templates/>
- </bookmark_value>
-</xsl:template>
-
-
<!--
######################################################
EMBED