kev, I'm confused still on the XML thing. From a programmers perspective, a grammar is a grammar. If you can parse a Word 97/2000/2002 document grammar, you can parse a Word 2004 (I assume that's what Office 11 will be) XML Word Document grammar. If you have the schema, then you can write a parser. If Microsoft gives out the XML schema for Word 2004 docs, it may as well save itself the XML effort, and just give out the schema for creating Word 97/2000/2002 docs. There is nothing inherently better about storing a .doc as XML than as any other data form. If there is a reason, I'd like to know it.
K, I can think of one, but for a large company, it isn't really a big reason. You could argue, I guess, that with XML, you'd not have to write an XML parser, you'd only have to handle a specific XML schema. At that point, you'd be able to query the docs using XPATH or XQUERY (when it gets standardized). I still don't see that as too compelling of a reason, but maybe I'm missing something.
|