aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-chunked.xsl
blob: 5691f2a50a02acd3260fc2bf8ecf5f784da80d55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version='1.0' encoding='ISO-8859-1'?>

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns="http://www.w3.org/1999/xhtml"
                version="1.0">

    <!-- LFS top-level chunk templates. -->
  <xsl:import href="lfs-xsl/chunkfast.xsl"/>

    <!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
  <xsl:param name="book-type">lfs</xsl:param>

</xsl:stylesheet>