Fix glibc url
[linux_from_scratch.git] / stylesheets / lfs-chunked.xsl
blobefea518f80f983d6753b64358d310d559974b07b
1 <?xml version='1.0' encoding='ISO-8859-1'?>
3 <!--
4 $LastChangedBy: manuel $
5 $Date: 2007-05-19 20:43:37 +0200 (sáb, 19 may 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 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>