spec-html.xsl 258 B

123456
  1. <?xml version='1.0'?>
  2. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  3. <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
  4. <xsl:include href="spec-common.xsl"/>
  5. </xsl:stylesheet>