Home | History | Annotate | Line # | Download | only in xsl
      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 (a] /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 (a] /html/docbook.xsl"/>
     15 <xsl:output method="html" encoding="UTF-8" indent="no"/>
     16 </xsl:stylesheet>
     17