1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "../../dtd/technicalContent/dtd/map.dtd">
|
---|
3 | <map>
|
---|
4 | <title>Ant Quick Start Guide for DITA Open Toolkit</title>
|
---|
5 | <topicref href="quickstartguide/chapters/chapter1.dita">
|
---|
6 | <topicref href="quickstartguide/concepts/about_introduction.dita" navtitle="Introduction to Ant and DITA-OT"/>
|
---|
7 | <topicref href="quickstartguide/concepts/about_toolkitroles.dita" navtitle="User Roles for the Toolkit"/>
|
---|
8 | <topicref href="quickstartguide/concepts/about_ant.dita" navtitle="What is Ant?"/>
|
---|
9 | <topicref href="quickstartguide/concepts/about_dita-ot.dita" navtitle="What is DITA-OT?"/>
|
---|
10 | <topicref href="quickstartguide/concepts/about_whentouseDITAOT.dita" navtitle="When Should I Use DITA-OT"/>
|
---|
11 | </topicref>
|
---|
12 | <topicref href="quickstartguide/chapters/chapter2.dita">
|
---|
13 | <topicref href="quickstartguide/tasks/generating_documents.dita" navtitle="Generating Documents with Ant"/>
|
---|
14 | <topicref href="quickstartguide/concepts/about_antbuildfiles.dita" navtitle="Writing Your Own DITA-OT Build File"/>
|
---|
15 | <!--topicref href="quickstartguide/concepts/about_javacmdinterface.dita" navtitle="Generating Documents with Java"/-->
|
---|
16 | <topicref href="quickstartguide/tasks/generating_documentswithjava.dita" navtitle="About the Java Command Line Interface"/>
|
---|
17 | <!-- Using DITAOTBuildLogger with plain Ant is not recommended, it should only be used by Ant process which is launched by the Java interface. -->
|
---|
18 | <!--topicref href="quickstartguide/tasks/using_DITAOTBuildLogger.dita"/-->
|
---|
19 | </topicref>
|
---|
20 | <topicref href="quickstartguide/chapters/chapter3.dita">
|
---|
21 | <topicref href="quickstartguide/concepts/about_documentgeneration.dita" navtitle="Introducing Document Generation"/>
|
---|
22 | </topicref>
|
---|
23 | <topicref navtitle="Best Practices" href="quickstartguide/topics/best-practices.dita"/>
|
---|
24 | </map>
|
---|