map2eclipse.xsl 544 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?><!--
  2. This file is part of the DITA Open Toolkit project.
  3. Copyright 2010 IBM Corporation
  4. See the accompanying LICENSE file for applicable license.
  5. --><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
  6. <!-- Import the main ditamap to Eclipse TOC Contents conversion -->
  7. <xsl:import href="plugin:org.dita.eclipsehelp:xsl/map2eclipse/map2eclipseImpl.xsl"/>
  8. <xsl:output xmlns:dita="http://dita-ot.sourceforge.net" method="xml" encoding="UTF-8" indent="no"/>
  9. </xsl:stylesheet>