diff options
Diffstat (limited to 'docs/quickstart.xsl')
-rw-r--r-- | docs/quickstart.xsl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/quickstart.xsl b/docs/quickstart.xsl new file mode 100644 index 0000000..30e1025 --- /dev/null +++ b/docs/quickstart.xsl @@ -0,0 +1,7 @@ +<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+ <xsl:template name="header.navigation" />
+ <xsl:template name="footer.navigation" />
+ <xsl:template name="book.titlepage" />
+</xsl:stylesheet>
+
|