Y
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
throwaway2343
3812 days ago
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.
link
castell
3811 days ago
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.
link