1 <?xml version="1.0" encoding="UTF-8"?>
 
   3     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 
   4     xmlns:d="http://docbook.org/ns/docbook"
 
   5         xmlns="http://www.w3.org/1999/xhtml"
 
   6     exclude-result-prefixes="xsl d"   
 
   9         <xsl:import href="../xhtml/chunk.xsl"/>
 
  10         <xsl:import href="../xhtml/highlight.xsl"/>
 
  13                 Based on the normal xhtml templates, all overrides applicable to 
 
  14                 xhtml is applicable to HV1.
 
  17         <xsl:import href="hv1-common.xsl"/>
 
  20                 Choose if links should be generated using ms-xhelp (default) or 
 
  21                 the more verbose ms.help type. The latter requires product.name, 
 
  22                 product.version and product.locale to be set
 
  24         <xsl:param name="use.mshelp.links" select="0"/>
 
  27                 Name of target product. If specified then each page is 
 
  28                 marked with this product. This is usualy set during 
 
  31         <xsl:param name="product.name" select="''" />
 
  34                 Name of target version. If specified then each page is 
 
  35                 marked with this version. This is usualy set during 
 
  38         <xsl:param name="product.version" select="''" />
 
  41                 Locale for the help. Should always be set
 
  43         <xsl:param name="product.locale" select="'en-US'" />
 
  46                 Self branding. Gives access for chunks to load 
 
  47                 it's own branding package during runtime
 
  49         <xsl:param name="topic.selfbrand" select="1"/>
 
  52         <!-- Use doctitle for olinks -->
 
  53         <xsl:param name="olink.doctitle" select="'yes'" />
 
  55         <!-- Enable source code highlighting-->
 
  56         <xsl:param name="highlight.source" select="1"/>