lfs-chunked.xsl 514 B

123456789101112131415161718
  1. <?xml version='1.0' encoding='ISO-8859-1'?>
  2. <!--
  3. $LastChangedBy: manuel $
  4. $Date: 2007-05-19 20:43:37 +0200 (sáb, 19 may 2007) $
  5. -->
  6. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  7. xmlns="http://www.w3.org/1999/xhtml"
  8. version="1.0">
  9. <!-- LFS top-level chunk templates. -->
  10. <xsl:import href="lfs-xsl/chunkfast.xsl"/>
  11. <!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
  12. <xsl:param name="book-type">lfs</xsl:param>
  13. </xsl:stylesheet>