gcc/
[official-gcc.git] / libstdc++-v3 / doc / xsl / customization.xsl.in
blob9db621ce73a8f100ecc8d2a5eba205c3d141e1ad
1 <?xml version='1.0'?>
3 <!--
4 Specialization/customization layer for libstdc++.
5 To output both chunked/single page HTML in UTF-8 charset
7 XSL_STYLE_DIR is set in acinclude.m4
9 <xsl:import html="@XSL_STYLE_DIR@/html/docbook.xsl"/>
10 -->
12 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
13 version="1.0">
14 <xsl:import href="@XSL_STYLE_DIR@/html/docbook.xsl"/>
15 <xsl:output method="html" encoding="UTF-8" indent="no"/>
16 </xsl:stylesheet>