]> git.stg.codes - stg.git/blobdiff - doc/help/xslt/website/chunk-website.xsl
DocBook documentation stub added
[stg.git] / doc / help / xslt / website / chunk-website.xsl
diff --git a/doc/help/xslt/website/chunk-website.xsl b/doc/help/xslt/website/chunk-website.xsl
new file mode 100644 (file)
index 0000000..a9179a0
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+                xmlns:xweb="xalan://com.nwalsh.xalan.Website"
+                xmlns:sweb="http://nwalsh.com/xslt/ext/com.nwalsh.saxon.Website"
+                exclude-result-prefixes="sweb xweb"
+                version="1.0">
+
+<xsl:import href="website.xsl"/>
+<xsl:import href="../html/chunker.xsl"/>
+<xsl:include href="chunk-common.xsl"/>
+
+</xsl:stylesheet>