2004-05-20 22:48:55 +01:00
|
|
|
<?xml version='1.0' encoding='ISO-8859-1'?>
|
|
|
|
|
2007-07-05 23:31:18 +01:00
|
|
|
<!--
|
|
|
|
$LastChangedBy: manuel $
|
|
|
|
$Date: 2007-06-12 20:18:51 +0200 (mar, 12 jun 2007) $
|
|
|
|
-->
|
|
|
|
|
2004-05-20 22:48:55 +01:00
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
|
|
xmlns="http://www.w3.org/1999/xhtml"
|
|
|
|
version="1.0">
|
|
|
|
|
2007-07-05 23:31:18 +01:00
|
|
|
<!-- LFS top-level no-chunk templates. -->
|
|
|
|
<xsl:import href="lfs-xsl/nochunks.xsl"/>
|
2004-05-30 11:54:18 +01:00
|
|
|
|
2007-07-05 23:31:18 +01:00
|
|
|
<!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
|
|
|
|
<xsl:param name="book-type">lfs</xsl:param>
|
2004-05-30 11:54:18 +01:00
|
|
|
|
2004-05-20 22:48:55 +01:00
|
|
|
</xsl:stylesheet>
|