Hacker News new | ask | show | jobs
by tlrobinson 3812 days ago
It's a bit like saying "it's just ones and zeros".
1 comments

Not really. XML parsers are readily available for every mainstream programming language. DOCX is a public standard as well. Unlike "ones and zeros", XML's structure is transparent.
Have you ever tried to parse DOCX/XMLX/PPTX anti-XML pattern? A XML-serialization of their old OLE based formats.

SVG, OpenDocument, ... are real XML based formats.