Two links people might find interesting in this context
Posted Dec 10, 2006 8:51 UTC (Sun) by
khim (subscriber, #9252)
In reply to:
Two links people might find interesting in this context by fergal
Parent article:
Ecma International Approves Office Open XML as Worldwide Industry Standard
I hate to find myself defending MS but you can't really criticise MS for code reuse rather than writing it from scratch.
You don't write importers from scratch. You take library which deals with existing parts (CSS, SVG, MathML, XLink and so on) and write only relatively thin unshareable part. But since OpenXML does not use any existing parts (except the XML itself - and even then it does it wrong) you are forced to write the whole importer as one big blob...
(
Log in to post comments)