aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc/xsl/customization.xsl.in
blob: 9db621ce73a8f100ecc8d2a5eba205c3d141e1ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version='1.0'?>

<!--
  Specialization/customization layer for libstdc++.
  To output both chunked/single page HTML in UTF-8 charset

  XSL_STYLE_DIR is set in acinclude.m4

<xsl:import html="@XSL_STYLE_DIR@/html/docbook.xsl"/>
-->

<xsl:stylesheet  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
		 version="1.0">
<xsl:import href="@XSL_STYLE_DIR@/html/docbook.xsl"/>
<xsl:output method="html" encoding="UTF-8" indent="no"/>
</xsl:stylesheet>