summaryrefslogtreecommitdiff
path: root/helpcontent2/source/auxiliary/embed.xsl
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-03-30 07:05:31 +0000
committerRüdiger Timm <rt@openoffice.org>2005-03-30 07:05:31 +0000
commit9b86fa03f770d129e967794fec650a5c20ed2e41 (patch)
treee463364142f75328e1ea3259a4626dcc4350a1c4 /helpcontent2/source/auxiliary/embed.xsl
parent0d1f224df0b43e44b72659f044358f76392c3427 (diff)
INTEGRATION: CWS fwkfinal3 (1.6.8); FILE MERGED
2005/03/22 10:23:16 abi 1.6.8.1: #i34539# embed.xsl does not handle sort
Diffstat (limited to 'helpcontent2/source/auxiliary/embed.xsl')
-rw-r--r--helpcontent2/source/auxiliary/embed.xsl12
1 files changed, 12 insertions, 0 deletions
diff --git a/helpcontent2/source/auxiliary/embed.xsl b/helpcontent2/source/auxiliary/embed.xsl
index 13b1239358..3a4e3ef80f 100644
--- a/helpcontent2/source/auxiliary/embed.xsl
+++ b/helpcontent2/source/auxiliary/embed.xsl
@@ -36,6 +36,18 @@ All others
<xsl:apply-templates/>
</title>
</xsl:template>
+
+<xsl:template match="paragraph[@role=*]">
+ <paragraph>
+ <xsl:apply-templates/>
+ </paragraph>
+</xsl:template>
+
+<xsl:template match="sort">
+ <xsl:apply-templates/>
+</xsl:template>
+
+
<!--
######################################################
EMBED