lot-lof-attr.xsl 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version='1.0'?>
  2. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  3. xmlns:fo="http://www.w3.org/1999/XSL/Format"
  4. xmlns:rx="http://www.renderx.com/XSL/Extensions"
  5. version="2.0">
  6. <xsl:attribute-set name ="__lotf__heading" use-attribute-sets="__toc__header">
  7. </xsl:attribute-set>
  8. <xsl:attribute-set name="__lotf__indent" use-attribute-sets="__toc__indent__booklist">
  9. </xsl:attribute-set>
  10. <xsl:attribute-set name ="__lotf__content" use-attribute-sets="base-font __toc__topic__content__booklist">
  11. <xsl:attribute name="font-weight">normal</xsl:attribute>
  12. <xsl:attribute name="space-before">5pt</xsl:attribute>
  13. <xsl:attribute name="space-after">5pt</xsl:attribute>
  14. </xsl:attribute-set>
  15. <xsl:attribute-set name ="__lotf__leader">
  16. <xsl:attribute name="leader-pattern">dots</xsl:attribute>
  17. </xsl:attribute-set>
  18. <xsl:attribute-set name="__lotf__title" use-attribute-sets="__lotf__content">
  19. </xsl:attribute-set>
  20. <xsl:attribute-set name="__lotf__page-number">
  21. <xsl:attribute name="keep-together.within-line">always</xsl:attribute>
  22. </xsl:attribute-set>
  23. </xsl:stylesheet>