summaryrefslogtreecommitdiff
path: root/src/help/appvalidator_help/tools/ditaot/plugins/cshelp/plugin.xml
blob: a4a5d070c63ce8a4ae63655e260900e23b187f62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!-- This file is part of the DITA Open Toolkit project hosted on 
     Sourceforge.net. See the accompanying license.txt file in the
     main toolkit package for applicable licenses.-->
<!-- (C) Copyright IBM Corporation 2006 All Rights Reserved. -->

<plugin id="org.dita.specialization.cshelp">
  <!-- Extend the toolkit catalog to include DTDs. -->
  <feature extension="dita.specialization.catalog"
      value="catalog-dita.xml" type="file"/>

  <!-- Extend the toolkit's XHTML processing to override XHTML output. -->
  <feature extension="dita.xsl.xhtml"
      value="xsl/cshdisplay.xsl" type="file"/>

</plugin>