dita2rtf_template.xsl 647 B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- This file is part of the DITA Open Toolkit project hosted on
  3. Sourceforge.net. See the accompanying license.txt file for
  4. applicable licenses.-->
  5. <!-- (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved. -->
  6. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
  7. <xsl:import href="xslrtf/dita2rtfImpl.xsl"/>
  8. <dita:extension id="dita.xsl.rtf" behavior="org.dita.dost.platform.ImportXSLAction" xmlns:dita="http://dita-ot.sourceforge.net"/>
  9. <xsl:output method="text" encoding="UTF-8"/>
  10. <xsl:template match="/">
  11. <xsl:apply-imports/>
  12. </xsl:template>
  13. </xsl:stylesheet>