source: stylesheets/lfs-pdf.xsl@ c74edb3

ml-11.0 multilib
Last change on this file since c74edb3 was 52dcb7d, checked in by Xℹ Ruoyao <xry111@…>, 3 years ago

remove $Date$ and $LastChangedBy$

They are unsupported by Git.

  • Property mode set to 100644
File size: 416 bytes
Line 
1<?xml version='1.0' encoding='ISO-8859-1'?>
2
3<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 xmlns="http://www.w3.org/1999/xhtml"
5 version="1.0">
6
7 <!-- LFS top-level pdf templates. -->
8 <xsl:import href="lfs-xsl/pdf.xsl"/>
9
10 <!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
11 <xsl:param name="book-type">lfs</xsl:param>
12
13</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.