Skip to main content
summaryrefslogtreecommitdiffstats
blob: bfead46613de315073217a8651221917964d16ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "http://docs.oasis-open.org/dita/v1.1/OS/dtd/task.dtd">
<!--
Copyright (c) 2004 - 2010 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html

Contributors:
Eike Stepper - initial API and implementation
-->

<task id="working_with_sessions" xml:lang="en-us">
	<title>Working with Sessions</title>
	<titlealts>
		<navtitle>Working with Sessions</navtitle>
		<searchtitle>Working with Sessions</searchtitle>
	</titlealts>
	<shortdesc>Explains how to do something.</shortdesc>
	<prolog></prolog>
	<taskbody>
		<context>
			<p>Once every 6000 kilometers or three months, change the oil in your car. This will help keep the engine in good condition. </p>
			<p>To change the oil:</p>
		</context>
		<steps>
			<step>
				<cmd>Remove the old oil filter.</cmd>
			</step>
			<step>
				<cmd>Drain the old oil.</cmd>
			</step>
			<step>
				<cmd>Install a new oil filter and gasket.</cmd>
			</step>
			<step>
				<cmd>Add new oil to the engine.</cmd>
			</step>
			<step>
				<cmd>Check the air filter and replace or clean it.</cmd>
			</step>
			<step>
				<cmd>Top up the windshield washer fluid.</cmd>
			</step>
		</steps>
	</taskbody>
</task>

Back to the top