3      Copyright (C) Dean Camera, 2013.
 
   5   dean [at] fourwalledcubicle [dot] com
 
   9 <!-- Docbook XML to Microsoft Help Viewer 1.0 transform file -->
 
  11 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 
  13         <xsl:import href="../Docbook/mshelp/docbook.xsl"/>
 
  15         <xsl:output method="xml" indent="no"/>
 
  17         <xsl:template match="emphasis[@role = 'keyword' or @role = 'keywordtype' or @role = 'keywordflow']">
 
  18                 <span class="hl-keyword" style="color: #0079C1">
 
  19                         <xsl:apply-templates/>
 
  23         <xsl:template match="emphasis[@role = 'stringliteral' or @role = 'charliteral']">
 
  24                 <span class="hl-string" style="color: #800000">
 
  25                         <xsl:apply-templates/>
 
  29         <xsl:template match="emphasis[@role = 'comment']">
 
  30                 <em class="hl-comment" style="color: #008000">
 
  31                         <xsl:apply-templates/>
 
  35         <xsl:template match="emphasis[@role = 'preprocessor']">
 
  36                 <span class="hl-preprocessor" style="color: #A000A0">
 
  37                         <xsl:apply-templates/>
 
  41         <xsl:template match="emphasis[@role = 'normal' and ancestor::programlisting]">
 
  42                 <xsl:apply-templates />