Speaking of
XML, an XML document which complies with all the syntax requirements and can be used to build a tree (with an
XML parser). The biggest difference among
SGML and
XML is that you don't need a
DTD to parse the documents. Any well formed document can be fed into an XML parser. So this term was created to describe that, we can't speak of
valid XML in the absence of a DTD...