washingthecar.xml 1.2 KB

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