summaryrefslogtreecommitdiff
path: root/src/help/studio_help/tools/ditaot/plugins/cshelp/samples/test_csh_1.dita
blob: f1b729be57f01679493aa24600086848bcfa3a3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
 "..\dtd\cshelp.dtd">
<!-- This file is part of the DITA Open Toolkit project hosted on -->
<!-- Sourceforge.net. See the accompanying license.txt file for   -->
<!-- applicable licenses.                                         -->
<cshelp id="test_csh_1" xml:lang="en-us">
<title>Test CSH file</title>
<shortdesc></shortdesc>
<csbody></csbody>
<cshelp id="contextId1" xml:lang="en-us">
<title>My First CSH topic</title>
<shortdesc>This is the first sentence of my context-sensitive help topic.</shortdesc>
<csprolog><csmetadata>
<cswindowtitle>(optional) The name of the window or view discussed by this
CSH topic.</cswindowtitle>
<cswidgetlabel>(optional) The name of the control discussed by this CSH topic.</cswidgetlabel>
</csmetadata></csprolog>
<csbody>
<p>Here is the second sentence of my cshelp topic.</p>
</csbody>
<related-links>
<link format="dita" href="../com.mycompany.myplugin/a.dita" scope="peer"><linktext>Link
text</linktext></link>
</related-links>
</cshelp>
<cshelp id="contextId2" xml:lang="en-us">
<title>Another CSH topic</title>
<shortdesc>This is the first sentence of another context-sensitive help topic.</shortdesc>
<csbody>
<p>This is the second sentence of my cshelp topic.</p>
</csbody>
<related-links>
<link format="dita" href="../com.mycompany.myplugin/a.dita" scope="peer"><linktext>Link
text</linktext></link>
</related-links>
</cshelp>
<cshelp id="contextId3" xml:lang="en-us">
<title>Third CSH topic</title>
<shortdesc>Here is the third CSH topic.</shortdesc>
<csbody></csbody>
<related-links>
<link format="dita" href="../com.mycompany.myplugin/b.dita" scope="peer"><linktext>Link
text</linktext></link>
</related-links>
</cshelp>
</cshelp>