lfs/stylesheets/lfs-nochunks.xsl
Xℹ Ruoyao 52dcb7d03e
remove $Date$ and $LastChangedBy$
They are unsupported by Git.
2021-03-31 17:27:00 +08:00

14 lines
426 B
XML

<?xml version='1.0' encoding='ISO-8859-1'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/1999/xhtml"
version="1.0">
<!-- LFS top-level no-chunk templates. -->
<xsl:import href="lfs-xsl/nochunks.xsl"/>
<!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
<xsl:param name="book-type">lfs</xsl:param>
</xsl:stylesheet>