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
|
<?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 for
applicable licenses.
(C) Copyright Shawn McKenzie, 2007. All Rights Reserved.
*-->
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN"
"../../../dtd/map.dtd">
<map title="Documentation for tocjs">
<topicref href="concepts/about.xml"/>
<topicref href="concepts/install.xml">
<topicref href="tasks/integrate.xml"/>
</topicref>
<topicref locktitle="yes" navtitle="Customizing" href="concepts/customization.xml">
<topicref href="concepts/basefiles.xml"/>
<topicref href="concepts/anttasks.xml"/>
<topicref href="concepts/paths.xml">
<topicref href="tasks/ant-paths.xml"/>
</topicref>
<topicref href="concepts/css.xml"/>
</topicref>
<topicref href="concepts/knownissues.xml"/>
<topicref href="concepts/license.xml"></topicref>
</map>
|