Hacker News new | ask | show | jobs
by bryanrasmussen 1748 days ago
>Whereas things like XML and Multics are powerful they can do everything but they are not simple.

the original XML Spec is pretty simple https://www.w3.org/TR/xml/

even if you add in namespaces - still simple https://www.w3.org/TR/xml-names/

The difficulty in XML really came with XML Schemas and the need to wind that in every subsequent spec.