| 123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="utf-8"?>
- <!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN"
- "../dtd/technicalContent/dtd/map.dtd">
- <!-- 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 IBM Corporation 2001, 2005. All Rights Reserved.
- *-->
- <map title="Working in the garage">
- <topicref href="tasks/changingtheoil.xml" type="task"></topicref>
- <topicref href="tasks/organizing.xml" type="task"></topicref>
- <topicref href="tasks/shovellingsnow.xml" type="task"></topicref>
- <topicref href="tasks/spraypainting.xml" type="task"></topicref>
- <topicref href="tasks/takinggarbage.xml" type="task"></topicref>
- <topicref href="tasks/washingthecar.xml" type="task"></topicref>
- <topicref href="concepts/lawnmower.xml" type="concept"></topicref>
- <topicref href="concepts/oil.xml" type="concept"></topicref>
- <topicref href="concepts/paint.xml" type="concept"></topicref>
- <topicref href="concepts/shelving.xml" type="concept"></topicref>
- <topicref href="concepts/snowshovel.xml" type="concept"></topicref>
- <topicref href="concepts/toolbox.xml" type="concept"></topicref>
- <topicref href="concepts/tools.xml" type="concept"></topicref>
- <topicref href="concepts/waterhose.xml" type="concept"></topicref>
- <topicref href="concepts/wheelbarrow.xml" type="concept"></topicref>
- <topicref href="concepts/workbench.xml" type="concept"></topicref>
- <topicref href="concepts/wwfluid.xml" type="concept"></topicref>
- </map>
|