| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" encoding="utf-8"?>
- <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
- <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
- <!-- (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>
- <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" height="171" width="249">
- <alt>washing the car</alt>
- </image>
- </p>
- </result>
- </taskbody>
- <related-links>
- <link href="../concepts/waterhose.xml" format="dita" type="concept"/>
- </related-links>
- </task>
|