hlfs-nochunks.xsl 805 B

123456789101112131415161718192021222324
  1. <?xml version='1.0' encoding='ISO-8859-1'?>
  2. <!--
  3. $LastChangedBy$
  4. $Date$
  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 no-chunk templates. -->
  10. <xsl:import href="lfs-nochunks.xsl"/>
  11. <!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
  12. <xsl:param name="book-type">hlfs</xsl:param>
  13. <!-- List of strings used inside @role attributes for additional features.
  14. The list must start and end with a ","
  15. The features JavaScript code is not used on nochunk output, but the
  16. XSL and CSS code need this param. -->
  17. <xsl:param name="hlfs-features">,ssp,aslr,pax,hardened_tmp,warnings,misc,blowfish,</xsl:param>
  18. </xsl:stylesheet>