lot-lof-attr.xsl 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version='1.0'?>
  2. <!--
  3. This file is part of the DITA Open Toolkit project.
  4. Copyright 2011 Reuven Weiser
  5. See the accompanying LICENSE file for applicable license.
  6. -->
  7. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  8. xmlns:fo="http://www.w3.org/1999/XSL/Format"
  9. xmlns:rx="http://www.renderx.com/XSL/Extensions"
  10. version="2.0">
  11. <xsl:attribute-set name ="__lotf__heading" use-attribute-sets="__toc__header">
  12. </xsl:attribute-set>
  13. <xsl:attribute-set name="__lotf__indent" use-attribute-sets="__toc__indent__booklist">
  14. </xsl:attribute-set>
  15. <xsl:attribute-set name ="__lotf__content" use-attribute-sets="base-font __toc__topic__content__booklist">
  16. <xsl:attribute name="font-weight">normal</xsl:attribute>
  17. <xsl:attribute name="space-before">5pt</xsl:attribute>
  18. <xsl:attribute name="space-after">5pt</xsl:attribute>
  19. </xsl:attribute-set>
  20. <xsl:attribute-set name ="__lotf__leader">
  21. <xsl:attribute name="leader-pattern">dots</xsl:attribute>
  22. </xsl:attribute-set>
  23. <xsl:attribute-set name="__lotf__title" use-attribute-sets="__lotf__content">
  24. </xsl:attribute-set>
  25. <xsl:attribute-set name="__lotf__page-number">
  26. <xsl:attribute name="keep-together.within-line">always</xsl:attribute>
  27. </xsl:attribute-set>
  28. </xsl:stylesheet>