Fix glibc url
[linux_from_scratch.git] / stylesheets / lfs-nochunks.xsl
blob3af33c2bb8c35d5d98629072e0bc82de3f38310d
1 <?xml version='1.0' encoding='ISO-8859-1'?>
3 <!--
4 $LastChangedBy: manuel $
5 $Date: 2007-06-12 20:18:51 +0200 (mar, 12 jun 2007) $
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 no-chunk templates. -->
13 <xsl:import href="lfs-xsl/nochunks.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>