xref: /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/doc/xsl/customization.xsl.in (revision 36ac495d2b3ea2b9d96377b2143ebfedac224b92)
1<?xml version='1.0'?>
2
3<!--
4  Specialization/customization layer for libstdc++.
5  To output both chunked/single page HTML in UTF-8 charset
6
7  XSL_STYLE_DIR is set in acinclude.m4
8
9<xsl:import html="@XSL_STYLE_DIR@/html/docbook.xsl"/>
10-->
11
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>
17