lfs-chunked.xsl 934 B

123456789101112131415161718192021222324252627
  1. <?xml version='1.0' encoding='ISO-8859-1'?>
  2. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  3. xmlns="http://www.w3.org/1999/xhtml"
  4. version="1.0">
  5. <!-- REVISED -->
  6. <!-- Top-level chunked output template.
  7. Include customized chunks templates.
  8. Replaces {docbook-xsl}/xhtml/profile-chunk.xsl -->
  9. <!-- Our master non-chunking presentation templates -->
  10. <xsl:import href="lfs-chunked2.xsl"/>
  11. <!-- Upstream chunk code named templates -->
  12. <xsl:import href="docbook-xsl-snapshot/xhtml/chunk-common.xsl"/>
  13. <!-- Upstream profiled chunk code match templates -->
  14. <xsl:include href="docbook-xsl-snapshot/xhtml/profile-chunk-code.xsl"/>
  15. <!-- Including our customized chunks templates -->
  16. <xsl:include href="xhtml/lfs-legalnotice.xsl"/>
  17. <xsl:include href="xhtml/lfs-index.xsl"/>
  18. <xsl:include href="xhtml/lfs-navigational.xsl"/>
  19. </xsl:stylesheet>