Updated bash and readline fixes to latest available from upstream.
[linux_from_scratch.git] / stylesheets / lfs-chunked.xsl
blobe0a3bb32209d2a0801e09166a8472a985d82ec71
1 <?xml version='1.0' encoding='ISO-8859-1'?>
3 <!--
4 $LastChangedBy$
5 $Date$
6 -->
8 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
9 xmlns="http://www.w3.org/1999/xhtml"
10 version="1.0">
12 <!-- LFS top-level chunk templates. -->
13 <xsl:import href="lfs-xsl/chunkfast.xsl"/>
15 <!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
16 <xsl:param name="book-type">lfs</xsl:param>
18 </xsl:stylesheet>