I {SPLEEN} MS
Tuesday, April 19th, 2005Speaking of proprietary formats, it seems Microsoft still believes in closed standards for Office documents, and in an uncharacteristically aggressive way let me say, regardless of how open they are,
I HATE *.DOC FILES !!!
I have loathed them ever since the bad old days when people were unwittingly emailing confidential information to each other courtesy of the retarded Fast-Save feature [which was on by default]. More recently the revision tracking features have caused similar problems. I hate the stupid ~backup files which appear in the same folder as the document you’ve just opened. I hate it when people link directly to doc files and IE loads its stupid OLE Word toolbar giving you an ugly stupid disk thrashing experience when all you want to do is read a few pages of tech notes [I’m looking at you too, Acrobat Reader ].
I want a word processor that uses HTML+CSS as its primary document format. Any recommendations…?

April 19th, 2005 at 9:20 pm
You could try OpenOffice.org It uses a bunch of XML files inside a zipped archive. It’s not HTML+CSS as primary format but it can export to some nice HTML+CSS and PDF.
April 19th, 2005 at 11:04 pm
Thanks Bert, I probably should have mentioned that I have tried OOo and do use it when I want to create large documents.
I can’t believe I never knew the native file was just a zip archive with XML docs! Thanks for pointing that out, since now I’ll be able to use regexps to fix problems that were fiendishly difficult to solve from within OOo.