2004-05-08 15:19:53 +01:00
|
|
|
<?xml version='1.0' encoding='ISO-8859-1'?>
|
|
|
|
|
2007-07-05 23:31:18 +01:00
|
|
|
<!--
|
|
|
|
$LastChangedBy: manuel $
|
|
|
|
$Date: 2007-05-19 20:43:37 +0200 (sáb, 19 may 2007) $
|
|
|
|
-->
|
|
|
|
|
2004-05-03 11:33:11 +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 chunk templates. -->
|
|
|
|
<xsl:import href="lfs-xsl/chunkfast.xsl"/>
|
2004-05-20 22:48:55 +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-03 11:33:11 +01:00
|
|
|
|
|
|
|
</xsl:stylesheet>
|