Mmmm.. lets see, over the last 10 years I have spent nearly a million dollars on XML/Java application development, so maybe, just maybe I know something about this.
I participated in the eBXML project until it became lost in international bureaucratic vacation taking rather than doing anything of import. And I can assure you that nothing, nothing associated with XML or XML tags is patentable because its like patenting a combination of words on a page, no way to do this to create a novel invention. XML is an international standard that defines the XML code layer and the DTD and DLD layers that manage the definition of the XML and call resources associated with these tags. Its like discovering PHP on the web one day and deciding to develop PHP pages and then deciding to patent using it to write a web page that includes a flash movie... its stupid, thats what PHP was designed to do, what is the unique invention?
XML is simply a carrier, just the same as HTML. The difference being is that I can use it to call resources and pass them data.
XML is server side because Browsers are not written to read it, but XML could be sent to any proprietary rendering engine that is designed to accept XML tags and interpret them. Any Web Browser could serve as such a proprietary engine if the definitions were shared via a plug-in or some such.
In the case of Word, it is acting as a non-browser, non-server rendering engine with a specific set of XML tags of meaning that resolves into Markup Instructions as well as resource calls.
There is no difference between this action and my Java based programs that accept the XML we write and generate HTML that Web Browsers recognize.
“XML is server side because Browsers are not written to read it”
Slight correction, XML is readable by browsers. I use IE it every day to read XML files.