gloss-template-plugin.dita 777 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE glossentry PUBLIC "-//OASIS//DTD DITA Glossary//EN" "glossary.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <glossentry id="gloss-template-plugin">
  5. <glossterm>template</glossterm>
  6. <glossdef>Optional <xmlelement>template</xmlelement> elements can be added to <filepath>plugin.xml</filepath> files to
  7. define XML or XSL files that integrate DITA-OT extensions. Template files are often named with a
  8. <filepath>_template</filepath> suffix, and may be used to create custom extensions, group targets, and more.
  9. Anything contained in the plug-in’s template files is integrated when the plug-in is installed.</glossdef>
  10. </glossentry>