1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!--
|
---|
3 | This file is part of the DITA Open Toolkit project.
|
---|
4 | See the accompanying license.txt file for applicable licenses.
|
---|
5 | -->
|
---|
6 | <plugin id="org.dita.wordrtf">
|
---|
7 | <!-- extension points -->
|
---|
8 | <extension-point id="dita.xsl.rtf" name="RTF XSLT import"/>
|
---|
9 | <!-- extensions -->
|
---|
10 | <feature extension="dita.conductor.transtype.check" value="wordrtf"/>
|
---|
11 | <feature extension="dita.conductor.target.relative" file="conductor.xml"/>
|
---|
12 | <template file="xsl/dita2rtf_template.xsl"/>
|
---|
13 | </plugin>
|
---|