INTEGRATION: CWS helpcontentbeta (1.1.2); FILE MERGED

2004/11/11 13:35:47 fpe 1.1.2.1: #i36331#
This commit is contained in:
Rüdiger Timm
2004-11-26 13:03:10 +00:00
parent b86d52b821
commit d7e94de702

View File

@ -3,7 +3,7 @@
<xsl:output indent="yes" method="xml"/>
<!-- SPECIFY YOUR FILE SYSTEM ROOT PATH TO THE HELP FILES -->
<xsl:param name="fsroot" select="'file:///'"/>
<xsl:param name="fsroot" select="'file:///handbuch/WORKBENCH/helpcontent2/source/'"/>
<!--
######################################################
@ -26,6 +26,15 @@ 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>
<xsl:template match="bookmark_value" mode="embedded">
<bookmark_value embedded="true">
<xsl:apply-templates/>