| 1234567891011121314151617181920212223 |
- <?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 IBM Corporation 2001, 2005. All Rights Reserved.
- *-->
- <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "../../dtd/technicalContent/dtd/task.dtd">
- <task id="spraypaint" xml:lang="en-us">
- <title>Spray painting</title>
- <shortdesc>When paint is applied using a spray nozzle, it is referred to as spray painting.</shortdesc>
- <taskbody><context><p>The garage is a good place to spray paint.</p></context>
- <steps>
- <step><cmd>Move the car out of the garage to avoid getting paint on it.</cmd></step>
- <step><cmd>Place newspaper, cardboard, or a drop-cloth on the garage floor.</cmd></step>
- <step><cmd>Place the object to be painted on the covered area.</cmd></step>
- <step><cmd>Follow the directions on the paint can to paint the object.</cmd></step>
- <step><cmd>Let the paint dry thoroughly before you move the object.</cmd></step>
- </steps>
- </taskbody>
- <related-links>
- <link href="../concepts/paint.xml" format="dita" type="concept"></link>
- </related-links>
- </task>
|