manual.xmlXML file | XSLT file | HTML Result | HTML source
<?xml version="1.0"?>
<manual type="assembly" id="model-rocket">
<parts-list>
<part label="A" count="1">fuselage, left half</part>
<part label="B" count="1">fuselage, right half</part>
<part label="F" count="4">steering fin</part>
<part label="N" count="3">rocket nozzle</part>
<part label="C" count="1">crew capsule</part>
</parts-list>
<instructions>
<step>
Glue parts A and B together to form the fuselage.
</step>
<step>
Apply glue to the steering fins (part F) and insert
them into slots in the fuselage.
</step>
<step>
Affix the rocket nozzles (part N) to the fuselage
bottom with a small amount of glue.
</step>
<step>
Connect the crew capsule to the top of the fuselage.
Do not use any glue, as it is spring-loaded to
detach from the fuselage.
</step>
</instructions>
</manual>