-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathHelpSet.hs
More file actions
executable file
·45 lines (37 loc) · 998 Bytes
/
HelpSet.hs
File metadata and controls
executable file
·45 lines (37 loc) · 998 Bytes
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
<?xml version='1.0' encoding='ISO-8859-1' ?>
<!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 1.0//EN"
"https://java.sun.com/products/javahelp/helpset_1_0.dtd">
<helpset version="1.0">
<!-- title -->
<title>IDV User's Guide</title>
<!-- maps -->
<maps>
<homeID>top</homeID>
<mapref location="processed/Map.xml"/>
</maps>
<!-- views -->
<view>
<name>TOC</name>
<label>Table Of Contents</label>
<type>javax.help.TOCView</type>
<data>processed/TOC.xml</data>
</view>
<!-- index -->
<!--
<view>
<name>Index</name>
<label>Index</label>
<type>javax.help.IndexView</type>
<data>Index.xml</data>
</view>
-->
<!-- search -->
<view>
<name>Search</name>
<label>Search</label>
<type>javax.help.SearchView</type>
<data engine="com.sun.java.help.search.DefaultSearchEngine">
JavaHelpSearch
</data>
</view>
</helpset>