1<?xml version='1.0'?> 2<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 3 <xsl:import href="http://www.boost.org/tools/boostbook/xsl/docbook.xsl"/> 4 5 <!-- highlight C++ source code --> 6 <xsl:template match="programlisting"> 7 <xsl:apply-templates select="." mode="annotation"/> 8 </xsl:template> 9 10</xsl:stylesheet> 11