topicpull_template.xsl 611 B

123456789101112131415
  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" version="2.0">
  8. <xsl:import href="topicpullImpl.xsl"/>
  9. <xsl:import href="topicpull-task.xsl"/>
  10. <xsl:import href="topicpull-pr-d.xsl"/>
  11. <dita:extension id="dita.xsl.topicpull" behavior="org.dita.dost.platform.ImportXSLAction" xmlns:dita="http://dita-ot.sourceforge.net"/>
  12. <xsl:output method="xml" encoding="utf-8" indent="no" />
  13. </xsl:stylesheet>