hlfs-chunked.xsl 681 B

12345678910111213141516171819202122
  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 chunk templates. -->
  10. <xsl:import href="lfs-chunked.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. <xsl:param name="hlfs-features">,ssp,aslr,pax,hardened_tmp,warnings,misc,blowfish,</xsl:param>
  16. </xsl:stylesheet>