reference-elements-attr.xsl 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. This file is part of the DITA Open Toolkit project.
  4. See the accompanying license.txt file for applicable licenses.
  5. -->
  6. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  7. xmlns:fo="http://www.w3.org/1999/XSL/Format"
  8. xmlns:rx="http://www.renderx.com/XSL/Extensions"
  9. version="2.0">
  10. <xsl:attribute-set name="properties" use-attribute-sets="base-font">
  11. <xsl:attribute name="width">100%</xsl:attribute>
  12. <xsl:attribute name="space-before">8pt</xsl:attribute>
  13. <xsl:attribute name="space-after">10pt</xsl:attribute>
  14. </xsl:attribute-set>
  15. <xsl:attribute-set name="properties__body">
  16. </xsl:attribute-set>
  17. <xsl:attribute-set name="property">
  18. </xsl:attribute-set>
  19. <xsl:attribute-set name="property.entry">
  20. </xsl:attribute-set>
  21. <xsl:attribute-set name="property.entry__keycol-content" use-attribute-sets="common.table.body.entry common.table.head.entry">
  22. </xsl:attribute-set>
  23. <xsl:attribute-set name="property.entry__content" use-attribute-sets="common.table.body.entry">
  24. </xsl:attribute-set>
  25. <xsl:attribute-set name="prophead">
  26. </xsl:attribute-set>
  27. <xsl:attribute-set name="prophead__row">
  28. </xsl:attribute-set>
  29. <xsl:attribute-set name="prophead.entry">
  30. </xsl:attribute-set>
  31. <xsl:attribute-set name="prophead.entry__keycol-content" use-attribute-sets="common.table.body.entry common.table.head.entry">
  32. </xsl:attribute-set>
  33. <xsl:attribute-set name="prophead.entry__content" use-attribute-sets="common.table.body.entry common.table.head.entry">
  34. </xsl:attribute-set>
  35. <xsl:attribute-set name="reference">
  36. </xsl:attribute-set>
  37. <xsl:attribute-set name="refbody" use-attribute-sets="body">
  38. </xsl:attribute-set>
  39. <xsl:attribute-set name="refsyn">
  40. </xsl:attribute-set>
  41. </xsl:stylesheet>