manual.html
sourceXML file | XSLT file | HTML Result | HTML source
<html> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>model-rocket</title> </head> <body> <h2>model-rocket</h2> <h3>Parts List</h3> <ul> <li>Part A (1) - fuselage, left half</li> <li>Part B (1) - fuselage, right half</li> <li>Part F (4) - steering fin</li> <li>Part N (3) - rocket nozzle</li> <li>Part C (1) - crew capsule</li> </ul> <hr> <h3>Instructions</h3> <ol> <li> <p> Glue parts A and B together to form the fuselage. </p> </li> <li> <p> Apply glue to the steering fins (part F) and insert them into slots in the fuselage. </p> </li> <li> <p> Affix the rocket nozzles (part N) to the fuselage bottom with a small amount of glue. </p> </li> <li> <p> 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. </p> </li> </ol> </body> </html>