reference-elements-attr.xsl 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. This file is part of the DITA Open Toolkit project.
  4. Copyright 2012 Eero Helenius
  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="properties" use-attribute-sets="base-font">
  12. <xsl:attribute name="width">100%</xsl:attribute>
  13. <xsl:attribute name="space-before">8pt</xsl:attribute>
  14. <xsl:attribute name="space-after">10pt</xsl:attribute>
  15. </xsl:attribute-set>
  16. <xsl:attribute-set name="properties__body">
  17. </xsl:attribute-set>
  18. <xsl:attribute-set name="property">
  19. </xsl:attribute-set>
  20. <xsl:attribute-set name="property.entry">
  21. </xsl:attribute-set>
  22. <xsl:attribute-set name="property.entry__keycol-content" use-attribute-sets="common.table.body.entry common.table.head.entry">
  23. </xsl:attribute-set>
  24. <xsl:attribute-set name="property.entry__content" use-attribute-sets="common.table.body.entry">
  25. </xsl:attribute-set>
  26. <xsl:attribute-set name="prophead">
  27. </xsl:attribute-set>
  28. <xsl:attribute-set name="prophead__row">
  29. </xsl:attribute-set>
  30. <xsl:attribute-set name="prophead.entry">
  31. </xsl:attribute-set>
  32. <xsl:attribute-set name="prophead.entry__keycol-content" use-attribute-sets="common.table.body.entry common.table.head.entry">
  33. </xsl:attribute-set>
  34. <xsl:attribute-set name="prophead.entry__content" use-attribute-sets="common.table.body.entry common.table.head.entry">
  35. </xsl:attribute-set>
  36. <xsl:attribute-set name="reference">
  37. </xsl:attribute-set>
  38. <xsl:attribute-set name="refbody" use-attribute-sets="body">
  39. </xsl:attribute-set>
  40. <xsl:attribute-set name="refsyn" use-attribute-sets="section">
  41. </xsl:attribute-set>
  42. <xsl:attribute-set name="refsyn__content" use-attribute-sets="section__content">
  43. </xsl:attribute-set>
  44. </xsl:stylesheet>