summaryrefslogtreecommitdiff
path: root/docs/quickstart.xsl
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-07-15 10:07:18 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-07-15 10:07:18 +0000
commitcc78d73f343601e487c0d22cd31e1100b60c4b6d (patch)
treed345366945b7c7c662522da21afa5106f5c8b7f8 /docs/quickstart.xsl
parent2dec6dd505897498b8ea50043190961159f0b407 (diff)
docs: Minor documentation fixes (quickstart footnotes, extra spaces, xpath_query::ctor)
git-svn-id: http://pugixml.googlecode.com/svn/trunk@603 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs/quickstart.xsl')
-rw-r--r--docs/quickstart.xsl5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/quickstart.xsl b/docs/quickstart.xsl
index 30e1025..1e2af8d 100644
--- a/docs/quickstart.xsl
+++ b/docs/quickstart.xsl
@@ -1,7 +1,8 @@
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+ <xsl:param name="generate.toc">section toc</xsl:param>
+
<xsl:template name="header.navigation" />
<xsl:template name="footer.navigation" />
- <xsl:template name="book.titlepage" />
+ <xsl:template name="article.titlepage" />
</xsl:stylesheet>
-