lfs-chunked.xsl 777 B

1234567891011121314151617181920212223
  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. <!-- Our master non-chunking presentation templates -->
  7. <xsl:import href="lfs-chunked2.xsl"/>
  8. <!-- Upstream chunk code named templates -->
  9. <xsl:import href="docbook-xsl-snapshot/xhtml/chunk-common.xsl"/>
  10. <!-- Upstream chunk code match templates -->
  11. <xsl:include href="docbook-xsl-snapshot/xhtml/profile-chunk-code.xsl"/>
  12. <!-- Including our customized chunks templates -->
  13. <xsl:include href="xhtml/lfs-legalnotice.xsl"/>
  14. <xsl:include href="xhtml/lfs-index.xsl"/>
  15. <xsl:include href="xhtml/lfs-navigational.xsl"/>
  16. </xsl:stylesheet>