forked from amazingfate/help
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:
@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user