wrapper.xsl 260 B

12345
  1. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  2. version='1.0'>
  3. <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>
  4. <xsl:param name="html.stylesheet">css.css</xsl:param>
  5. </xsl:stylesheet>