All the Google results suck.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Comparison of SGML and XML is a detailed comparison note on W3.org. |
|||||
|
|
XML is a subset of SGML,which means it takes the pros that SGML has to offer. XML was designed to make parsing much easier. XML, rather than SGML, also is widely used for deriving document specifications. more dicscussed here: |
||||
|
|
|
SGML is much harder to parse than XML as it has things like implicitly closing tags that close automatically (without specifying a closing tag). I suspect that SGML has the features as it was more common in the 80s for humans to directly create SGML by hand (then is the case for XML today) and so these features save lots of typing. For example the OED was marked up (by hand?) in SGML in the 80s.
|
|||
|
|
