lfs-chunked.xsl 913 B

12345678910111213141516171819202122232425
  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. <!-- Top-level chunked output template.
  6. Include customized chunks templates.
  7. Replaces {docbook-xsl}/xhtml/profile-chunk.xsl -->
  8. <!-- Our master non-chunking presentation templates -->
  9. <xsl:import href="lfs-chunked2.xsl"/>
  10. <!-- Upstream chunk code named templates -->
  11. <xsl:import href="docbook-xsl-snapshot/xhtml/chunk-common.xsl"/>
  12. <!-- Upstream profiled chunk code match templates -->
  13. <xsl:include href="docbook-xsl-snapshot/xhtml/profile-chunk-code.xsl"/>
  14. <!-- Including our customized chunks templates -->
  15. <xsl:include href="xhtml/lfs-index.xsl"/>
  16. <xsl:include href="xhtml/lfs-legalnotice.xsl"/>
  17. <xsl:include href="xhtml/lfs-navigational.xsl"/>
  18. </xsl:stylesheet>