summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/docgenerators/docbook2xhtml.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/docgenerators/docbook2xhtml.xsl')
-rw-r--r--umbrello/umbrello/docgenerators/docbook2xhtml.xsl7
1 files changed, 7 insertions, 0 deletions
diff --git a/umbrello/umbrello/docgenerators/docbook2xhtml.xsl b/umbrello/umbrello/docgenerators/docbook2xhtml.xsl
new file mode 100644
index 00000000..8b0e5b11
--- /dev/null
+++ b/umbrello/umbrello/docgenerators/docbook2xhtml.xsl
@@ -0,0 +1,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>
+