2021-10-05 21:37:46 +02: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>