2024-01-18 20:09:26 +00:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
2004-05-08 15:19:53 +01:00
|
|
|
|
2004-05-03 11:33:11 +01:00
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
2007-07-05 23:31:18 +01:00
|
|
|
xmlns="http://www.w3.org/1999/xhtml"
|
2004-05-03 11:33:11 +01:00
|
|
|
version="1.0">
|
2004-08-10 22:28:38 +01:00
|
|
|
|
2007-07-05 23:31:18 +01:00
|
|
|
<!-- LFS top-level pdf templates. -->
|
|
|
|
<xsl:import href="lfs-xsl/pdf.xsl"/>
|
2004-08-10 22:28:38 +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>
|