OSDN Git Service

Update TranslationsStatus
[winmerge-jp/winmerge-jp.git] / Docs / Manual / EN / xsl / htmlhelp.xsl
1 <?xml version="1.0"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3                 version="1.0">
4
5 <!-- ********************************************************************
6      WinMerge customization of the XSL DocBook stylesheet distribution.
7      Contains customized templates and parameters for the HTML Help version 
8      of help; all other styles are inherited from the WinMerge htmlhelp.xsl.
9      ******************************************************************** -->
10
11 <xsl:import href="../../Shared/xsl/htmlhelp.xsl"/>
12
13 <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  
14 html/param.xsl  parameters
15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->  
16 <xsl:param name="htmlhelp.title">WinMerge Help</xsl:param>
17
18 </xsl:stylesheet>