mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
14 lines
411 B
XML
14 lines
411 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
xmlns="http://www.w3.org/1999/xhtml"
|
|
version="1.0">
|
|
|
|
<!-- LFS top-level pdf templates. -->
|
|
<xsl:import href="lfs-xsl/pdf.xsl"/>
|
|
|
|
<!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
|
|
<xsl:param name="book-type">lfs</xsl:param>
|
|
|
|
</xsl:stylesheet>
|