| 12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="utf-8"?>
- <!-- This file is part of the DITA Open Toolkit project hosted on
- Sourceforge.net. See the accompanying license.txt file for
- applicable licenses.-->
- <!-- (C) Copyright IBM Corporation 2001, 2005. All Rights Reserved.
- *-->
- <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "../../dtd/technicalContent/dtd/task.dtd">
- <task id="shovellingsnow" xml:lang="en-us">
- <title>Shovelling snow</title>
- <shortdesc>Keep your driveway and sidewalks clear of snow and ice by shovelling after
- any snowfall.</shortdesc>
- <taskbody>
- <!--<context><p></p></context>-->
- <steps>
- <step><cmd>Get the shovel out of the garage</cmd></step>
- <step><cmd>Shovel the driveway, starting at the garage door and working out to the
- street.</cmd></step>
- <step><cmd>Shovel the sidewalk in front of your house.</cmd></step>
- <step><cmd>Shovel the walk to your front door.</cmd></step>
- </steps>
- </taskbody>
- <related-links>
- <link href="../concepts/snowshovel.xml" format="dita" type="concept"></link>
- </related-links>
- </task>
|