MIT 541 - Assignment #3

XML

Not handed in

This project will give you some experience with XML.

Download the xml document xmlassign.xml. Find the 10 errors that make the document not "well formed". There may be other formatting that doesn't look right but does not cause problems with XML.

To check your answer, or to debug it as you go, open the document in a recent version of Internet Explorer, Mozilla, or any Mozilla based browser such as Netscape. These browsers will check XML documents to make sure they are "well formed" and display them in a tree structure.

A solution, with only the fixes nesseccary to make the document well formed is here.