diff options
Diffstat (limited to 'doc/faq/faq.xsl')
-rw-r--r-- | doc/faq/faq.xsl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/faq/faq.xsl b/doc/faq/faq.xsl new file mode 100644 index 000000000..524600be1 --- /dev/null +++ b/doc/faq/faq.xsl @@ -0,0 +1,4 @@ +<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> +<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> +<xsl:param name="generate.toc" select="'article toc'" /> +</xsl:stylesheet> |