2024-01-18 20:09:26 +00:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
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>
|