| 123456789101112131415161718192021222324252627282930313233 |
- <?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.-->
- <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
- "../../dtd/technicalContent/dtd/task.dtd">
- <!-- (C) Copyright IBM Corporation 2001, 2005. All Rights Reserved.
- *-->
- <task id="washcar" xml:lang="en-us">
- <title>Washing the car</title>
- <shortdesc>Keep your car looking great by washing it regularly.</shortdesc>
- <taskbody>
- <!--<context><p></p></context>-->
- <steps>
- <step><cmd>Move the car onto the driveway.</cmd>
- </step>
- <step><cmd>Attach the water hose to a spout and pull the free end over to
- the car.</cmd></step>
- <step><cmd>Fill a bucket with soapy water.</cmd></step>
- <step><cmd>Use a sponge to apply the soapy water to the car and
- scrub off the dirt.</cmd></step>
- <step><cmd>Rinse the car by spraying clean water
- from the hose.</cmd></step>
- <step><cmd>Dry the car using a dampened chamois.</cmd>
- </step>
- </steps>
- <result><p><image href="../image/carwash.jpg" alt="washing the car" height="171"
- width="249"/></p></result>
- </taskbody>
- <related-links>
- <link href="../concepts/waterhose.xml" format="dita" type="concept"></link>
- </related-links>
- </task>
|