|
|
|
|
|
by emodendroket
3301 days ago
|
|
If you mean "it's technically text but you have to have a program that knows how to parse it" then it's not really much of an advantage over docx having zipped XML. There was an (astute, I think) article from "Joel on Software" years ago saying that the main reason that supporting the Word format was hard was that, by implication, you needed to implement every feature Word had to do it right. |
|
a plain-text light-markup file -- easily read, parsed, and rewritten when necessary by a plethora of apps (text-editors, spell-checkers, grammar-checkers, link-checkers, sanitizers, validators, on and on) -- is a big advantage (gargantuan!) over a complex xml-format document stored in a .zip container.
and editing and ease-of-use (and re-use and repurposability) is much friendlier as well.