1 | <?xml version="1.0" encoding="utf-8"?><!-- This file is part of the DITA Open Toolkit project hosted on
|
---|
2 | Sourceforge.net. See the accompanying license.txt file for
|
---|
3 | applicable licenses.--><!-- (c) Copyright IBM Corporation 2010 All Rights Reserved. --><xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
---|
4 |
|
---|
5 | <!-- Import the main ditamap to Eclipse TOC Contents conversion -->
|
---|
6 | <xsl:import href="map2eclipse/map2eclipseImpl.xsl"></xsl:import>
|
---|
7 |
|
---|
8 |
|
---|
9 |
|
---|
10 | <xsl:output method="xml" encoding="UTF-8" indent="no"></xsl:output>
|
---|
11 |
|
---|
12 | </xsl:stylesheet>
|
---|