This document discusses the differences between well-formed XML and valid XML. It defines well-formed XML as following all XML syntax rules, while valid XML also conforms to constraints defined in a DTD or XML schema. It provides examples of a well-formed XML document describing a t-shirt and a valid XML document for a contact list defined by a DTD. The document clarifies that not all well-formed XML is valid and that valid XML is also well-formed. It contrasts their treatment of advanced features and constraint support.