bb2db.xsl 349 B

12345678910
  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. <!-- highlight C++ source code -->
  5. <xsl:template match="programlisting">
  6. <xsl:apply-templates select="." mode="annotation"/>
  7. </xsl:template>
  8. </xsl:stylesheet>