autoidx-ng.xsl 813 B

1234567891011121314151617181920
  1. <?xml version="1.0"?>
  2. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  3. version="1.0">
  4. <!-- ********************************************************************
  5. $Id: autoidx-ng.xsl 6910 2007-06-28 23:23:30Z xmldoc $
  6. ********************************************************************
  7. This file is part of the DocBook XSL Stylesheet distribution.
  8. See ../README or http://docbook.sf.net/ for copyright
  9. copyright and other information.
  10. ******************************************************************** -->
  11. <!-- You should have this directly in your customization file. -->
  12. <!-- This file is there only to retain backward compatibility. -->
  13. <xsl:import href="autoidx-kosek.xsl"/>
  14. <xsl:param name="index.method">kosek</xsl:param>
  15. </xsl:stylesheet>