summaryrefslogtreecommitdiff
path: root/src/help/studio_help/tools/ditaot/plugins/cshelp/plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/help/studio_help/tools/ditaot/plugins/cshelp/plugin.xml')
-rw-r--r--src/help/studio_help/tools/ditaot/plugins/cshelp/plugin.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/help/studio_help/tools/ditaot/plugins/cshelp/plugin.xml b/src/help/studio_help/tools/ditaot/plugins/cshelp/plugin.xml
new file mode 100644
index 0000000..a4a5d07
--- /dev/null
+++ b/src/help/studio_help/tools/ditaot/plugins/cshelp/plugin.xml
@@ -0,0 +1,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>