OSDN Git Service

08fb92084d21404e69f9a6015bac9bba1a88eca1
[winmerge-jp/winmerge-jp.git] / Docs / Manual / EN / xsl / html.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 version 
8      of help; all other styles are inherited from the WinMerge html.xsl.
9      ******************************************************************** -->
10
11 <xsl:import href="../../Shared/xsl/html.xsl"/>
12
13 <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  
14 Custom parameters
15 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->  
16 <!-- Define suffix to appear after title text in head/title element of 
17 every topic -->
18 <xsl:param name="headtitle.suffix" select="' - WinMerge 2.16 Manual'"/>
19
20 </xsl:stylesheet>