summaryrefslogtreecommitdiff
path: root/docs/quickstart.xsl
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-07-11 16:18:23 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-07-11 16:18:23 +0000
commite18b9c6f8188322479ac25728bfdea79ea675bc5 (patch)
tree1283ad2ec126410b15fb4944a578f8ebb8dfab40 /docs/quickstart.xsl
parent26ab424b0302f73704c58b3b6deb62a85bfacba8 (diff)
docs: Minor manual fixes, added quick start guide.
git-svn-id: http://pugixml.googlecode.com/svn/trunk@593 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs/quickstart.xsl')
-rw-r--r--docs/quickstart.xsl7
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>
+