summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/docgenerators/docbook2xhtml.xsl
blob: 8b0e5b1112e744d14a9f63f2d69f262e87c62fb7 (plain)
1
2
3
4
5
6
7
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version='1.0'>
  <!--xsl:import href="docbook-xsl-1.70.1/xhtml/docbook.xsl"/-->
  <xsl:import href="http://docbook.sourceforge.net/release/xsl/snapshot/html/docbook.xsl"/>
  <xsl:param name="html.stylesheet">xmi.css</xsl:param>
</xsl:stylesheet>