safe_numerics/doc/boostbook/bb2db.xsl
Robert Ramey 63dd89210e Enabled Boost Book syntax highlighting
improved TOC and chunking.  This is complicated by the fact we that we desire different depths.
put copies of boost logo in subdirectories
2016-02-07 14:38:06 -08:00

11 lines
349 B
XML

<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="http://www.boost.org/tools/boostbook/xsl/docbook.xsl"/>
<!-- highlight C++ source code -->
<xsl:template match="programlisting">
<xsl:apply-templates select="." mode="annotation"/>
</xsl:template>
</xsl:stylesheet>