forked from jelovirt/com.elovirta.ooxml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.xml
22 lines (22 loc) · 1.34 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="dita-ot/plugin.rnc" type="application/relax-ng-compact-syntax"?>
<plugin id="com.elovirta.ooxml">
<require plugin="org.dita.pdf2"/>
<transtype name="docx" desc="DOCX">
<param name="dotx.file" desc="DOCX template file" type="file"/>
<param name="document.flat.xsl" desc="Preprocess clean-up stylesheet" type="file"/>
<param name="core.xsl" desc="Core metadata stylesheet" type="file"/>
<param name="custom.xsl" desc="Custom metadata stylesheet" type="file"/>
<param name="document.xsl" desc="Main document stylesheet" type="file"/>
<param name="comments.xsl" desc="Comments stylesheet" type="file"/>
<param name="numbering.xsl" desc="List and title numberig stylesheet" type="file"/>
<param name="footnotes.xsl" desc="Footnote stylesheet" type="file"/>
<param name="document.xml.xsl" desc="Document relations metadata stylesheet" type="file"/>
<param name="inkscape.exec" desc="Inkscape executable" type="file"/>
</transtype>
<extension-point id="dita.conductor.docx.param" name="DOCX XSLT parameters"/>
<feature extension="dita.transtype.print" value="docx"/>
<feature extension="dita.conductor.target.relative" file="integrator.xml"/>
<feature extension="dita.conductor.lib.import" file="lib/ant-contrib-0.6.jar"/>
<template file="build_template.xml"/>
</plugin>