xml-domain-attr.xsl 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- This file is part of the DITA Open Toolkit project.
  3. See the accompanying license.txt file for applicable licenses.-->
  4. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  5. xmlns:fo="http://www.w3.org/1999/XSL/Format"
  6. version="2.0">
  7. <xsl:attribute-set name="xmlelement">
  8. <xsl:attribute name="font-family">monospace</xsl:attribute>
  9. </xsl:attribute-set>
  10. <xsl:attribute-set name="xmlatt">
  11. <xsl:attribute name="font-family">monospace</xsl:attribute>
  12. </xsl:attribute-set>
  13. <xsl:attribute-set name="textentity">
  14. <xsl:attribute name="font-family">monospace</xsl:attribute>
  15. </xsl:attribute-set>
  16. <xsl:attribute-set name="parameterentity">
  17. <xsl:attribute name="font-family">monospace</xsl:attribute>
  18. </xsl:attribute-set>
  19. <xsl:attribute-set name="numcharref">
  20. <xsl:attribute name="font-family">monospace</xsl:attribute>
  21. </xsl:attribute-set>
  22. <xsl:attribute-set name="xmlnsname">
  23. <xsl:attribute name="font-family">monospace</xsl:attribute>
  24. </xsl:attribute-set>
  25. <xsl:attribute-set name="xmlpi">
  26. <xsl:attribute name="font-family">monospace</xsl:attribute>
  27. </xsl:attribute-set>
  28. </xsl:stylesheet>