washingthecar.xml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <!-- (C) Copyright IBM Corporation 2001, 2005. All Rights Reserved. -->
  5. <task id="washcar" xml:lang="en-us">
  6. <title>Washing the car</title>
  7. <shortdesc>Keep your car looking great by washing it regularly.</shortdesc>
  8. <taskbody>
  9. <steps>
  10. <step>
  11. <cmd>Move the car onto the driveway.</cmd>
  12. </step>
  13. <step>
  14. <cmd>Attach the water hose to a spout and pull the free end over to the car.</cmd>
  15. </step>
  16. <step>
  17. <cmd>Fill a bucket with soapy water.</cmd>
  18. </step>
  19. <step>
  20. <cmd>Use a sponge to apply the soapy water to the car and scrub off the dirt.</cmd>
  21. </step>
  22. <step>
  23. <cmd>Rinse the car by spraying clean water from the hose.</cmd>
  24. </step>
  25. <step>
  26. <cmd>Dry the car using a dampened chamois.</cmd>
  27. </step>
  28. </steps>
  29. <result>
  30. <p>
  31. <image href="../image/carwash.jpg" height="171" width="249">
  32. <alt>washing the car</alt>
  33. </image>
  34. </p>
  35. </result>
  36. </taskbody>
  37. <related-links>
  38. <link href="../concepts/waterhose.xml" format="dita" type="concept"/>
  39. </related-links>
  40. </task>