1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
|
---|
3 | "../../dtd/technicalContent/dtd/task.dtd">
|
---|
4 | <!-- This file is part of the DITA Open Toolkit project hosted on
|
---|
5 | Sourceforge.net. See the accompanying license.txt file for
|
---|
6 | applicable licenses.-->
|
---|
7 | <!-- (C) Copyright IBM Corporation 2001, 2005. All Rights Reserved.
|
---|
8 | *-->
|
---|
9 | <task id="changeoil" xml:lang="en-us">
|
---|
10 | <title>Changing the oil in your car</title>
|
---|
11 | <shortdesc>Once every 6000 kilometers or three months, change the oil in
|
---|
12 | your car.</shortdesc>
|
---|
13 | <taskbody>
|
---|
14 | <context><p>Changing the oil regularly
|
---|
15 | will help keep the engine in good condition. </p></context>
|
---|
16 | <steps>
|
---|
17 | <stepsection>To change the oil:</stepsection>
|
---|
18 | <step><cmd>Remove the old oil filter.</cmd></step>
|
---|
19 | <step><cmd>Drain the old oil.</cmd></step>
|
---|
20 | <step><cmd>Install a new oil filter and gasket.</cmd></step>
|
---|
21 | <step><cmd>Add new oil to the engine.</cmd></step>
|
---|
22 | <step><cmd>Check the air filter and replace or clean it.</cmd></step>
|
---|
23 | <step><cmd>Top up the windshield washer fluid.</cmd></step>
|
---|
24 | </steps>
|
---|
25 | </taskbody>
|
---|
26 | <related-links>
|
---|
27 | <link href="../concepts/oil.xml" format="dita" type="concept"></link>
|
---|
28 | <link href="../concepts/wwfluid.xml" format="dita" type="concept"></link>
|
---|
29 | </related-links>
|
---|
30 | </task>
|
---|