map-elements-attr.xsl 718 B

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. This file is part of the DITA Open Toolkit project.
  4. Copyright 2006 IBM Corporation
  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. version="2.0">
  10. <xsl:attribute-set name="reltable">
  11. </xsl:attribute-set>
  12. <xsl:attribute-set name="reltable__title">
  13. </xsl:attribute-set>
  14. <xsl:attribute-set name="relheader">
  15. </xsl:attribute-set>
  16. <xsl:attribute-set name="relcolspec">
  17. </xsl:attribute-set>
  18. <xsl:attribute-set name="relcell">
  19. </xsl:attribute-set>
  20. <xsl:attribute-set name="relrow">
  21. </xsl:attribute-set>
  22. </xsl:stylesheet>