code-srv-test/dita-ot-3.6/docsrc/samples/plugins/com.example.html5-webfont/plugin.xml
2021-03-23 22:38:58 +00:00

8 lines
385 B
XML
Executable file

<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://www.dita-ot.org/rng/plugin.rnc" type="application/relax-ng-compact-syntax"?>
<plugin id="com.example.html5-webfont">
<require plugin="org.dita.html5"/>
<transtype name="html5-webfont" extends="html5" desc="HTML5 with Noto Sans webfont"/>
<feature extension="ant.import" file="build_html5-webfont.xml"/>
</plugin>