map-elements-attr.xsl 689 B

12345678910111213141516171819202122232425262728
  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. version="2.0">
  9. <xsl:attribute-set name="reltable">
  10. </xsl:attribute-set>
  11. <xsl:attribute-set name="reltable__title">
  12. </xsl:attribute-set>
  13. <xsl:attribute-set name="relheader">
  14. </xsl:attribute-set>
  15. <xsl:attribute-set name="relcolspec">
  16. </xsl:attribute-set>
  17. <xsl:attribute-set name="relcell">
  18. </xsl:attribute-set>
  19. <xsl:attribute-set name="relrow">
  20. </xsl:attribute-set>
  21. </xsl:stylesheet>