topicmerge_template.xsl 529 B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!--
  3. This file is part of the DITA Open Toolkit project.
  4. Copyright 2011 Jarno Elovirta
  5. See the accompanying LICENSE file for applicable license.
  6. -->
  7. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  8. version="2.0">
  9. <xsl:import href="plugin:org.dita.pdf2:xsl/common/topicmergeImpl.xsl"/>
  10. <dita:extension id="org.dita.pdf2.xsl.topicmerge" behavior="org.dita.dost.platform.ImportXSLAction" xmlns:dita="http://dita-ot.sourceforge.net"/>
  11. </xsl:stylesheet>