Microsoft Patents XML Word Processing Documents
theodp writes "Embrace. Extend. Patent. On Tuesday, Microsoft was granted US Patent No. 7,571,169 for its 'invention' of the Word-processing document stored in a single XML file that may be manipulated by applications that understand XML. Presumably developers are protected by Microsoft's 'covenant not to sue,' so the biggest question raised by this patent is: How in the world was it granted in light of the 40-year history of document markup languages? Next thing you know, the USPTO will give Microsoft a patent for Providing Emergency Data in XML format. Oops, too late."
This won't hold up if challenged, there is plenty of prior art.
Caveat Utilitor
Don't sugar coat it. Tell us what you think.
I agree, can't we have some happy news about robot kittens or something!!
That one I could see them getting a patent on, but on something that uses the abbreviation for "eXtensible Markup Language"?
Extending the use of it is what it was designed to do in the fist place.
Folks reading stories like these will simply conclude that America is on the wrong path. To be more accurate, I think folks at the patent office suffer from effects of "thought disorders."
it's already been suggested however this makes a decent case for a system with two competing patent offices. one to produce patents and the other invalidates them. give each a financial incentive to defend its position and let them fight it out. if the patent creating office issues a bogus patent and the patent invalidating office catches it, the patent creating office loses funding while the invalidating office gains funding.
Sigs are too short to say anything truly profound so read the above post instead.
So basically, OOXML was a way to acquire a patent that could kill ODF-using applications in the US (that can't get legal backing, anyways)
How in the world can anybody even pretend to patent something that is entirely within AN OPEN STANDARD?
The very concept is ludicrous. We need to fire those people in the PTO, and replace them with homeless bums. At least they might get something right once in a while.
I agree, can't we have some happy news about robot kittens or something!!
In other news, caring for kittens has been patented by Monsanto. Petting them has been patented by PetSmart. And taking endless pictures of them with your cell phone has been patented by Motorola. As a prevention, the new coalition Monotoromart is now hunting down and killing any cuddly, lovable, but otherwise adorably indignant animals in an effort to minimize "market confusion".
Just callin' it like I see it.
2004 called and it wants...etc.. you know the rest.
They filed this a long time ago, and of course for good reason as if they didn't some asshole little company would set up shop in east Texas and sue. As the kids say, don't hate the player hate the game. Our patent system is fucking retarded.
As is all too often the case here on Slashdot, the summary has seized upon the title of the patent, which has no legal effect whatsoever, while ignoring the actual patent claims, which are all important.
If one actually reads the claims, one sees that the main new part of the invention are the 'hint elements' contained in the XML file. The written description expands upon what hint elements mean: "hints are provided within the XML associated files providing applications that understand XML a shortcut to understanding some of the features provided by the word-processor. By using the hints, the applications do not have to know all of the specific details of the internal processing of the word-processor in order to recreate a feature."
Basically, the invention here is the inclusion of information that lets third-party programs better understand what to do with the format. You can imagine, for example, if HTML included something like this. The del ('strikethrough') tag might be written:
That code would allow a program that did not natively understand the tag to implement a simple version of it. The idea is to allow new features to be introduced into the format while enabling older versions of the software to use them without updating their code. The necessary code comes with the file.
Now, whether that's still new and nonobvious, I don't know, but it's a significantly more accurate summary of the invention than "Microsoft Patents XML Word Processing Documents."
One of the claims in this patent is that everything is stored in a single XML document. That is not true of ODF. An ODF file is the result of zipping up a bunch of files including not only XML files but various other things, such as image files.
And isn't SGML in part something IBM contributed to? So we can hope IBM will contribute to defending "prior art". Without actually reading the patent (I just read the patent abstract), what seems to be "unique" is the XML encoding along with the XSD style sheet; document markup languages are -really old hat- (Scribe's still my personal favorite :-). So "attacking" the patent based on the documented derivation of XML from SGML would seem to me to be a viable strategy, and many mark-up word processors of the previous millennium (including Scribe, if I remember right) had the concept of a 'document style sheet'.
This patent is -particularly stupid- based on the patent abstract. (Hey, if the President can make snap judgements without doing full research, why can't I do it, too???)
The Land Rushes that served up the last of the best lands America had to offer aren't too unlike the rationale driving the patenting of intellectual property. Corporations are driven by the need to protect themselves from potential future costs by claiming every "square inch" of intellectual property the US patent system will allow them to grab. If international laws are put in place governing intellectual property that are enforceable then the current seeming madness is the best available means of positioning American interests for the largest possible slice of the pie. About the time of the last land rushes Spencer's ideology of "survival of the fittest" was being touted as a rationale for the unconscionable actions of Yankee Traders who were infamous for their ruthless greed. It's a hedgemonists' zero sum game. There's method in the madness, madness though it be.
ideopath @ play
Look, you fucking retard, markup languages have been around longer than Bill Gates was stroking himself in front of computer. The whole point of markup languages like SGML, TeX, HTML and so forth was to construct fucking documents, you worthless piece of human filth. XML is simply one extrapolation of SGML, but the underlying concept, you piece of mentally handicapped excrement, is encapsulating documents and other data.
So fuck off you, you moronic turd. Quit defending a clearly fraudulently gained patent, you simpering piece of goose fuck leftovers.
The world's burning. Moped Jesus spotted on I50. Details at 11.
What matters isn't what the abstract says, it's what the claims, especially the independent claims, say. Here are the two independent claims in this patent, formatted for improved clarity (I hope). They basically say the same thing, except that the first is a "method" claim, claiming a method for doing something (in this case, "creating a document in XML in a computing device that is understandable by many applications"), while the second is an "apparatus" claim, claiming an apparatus (in this case, "a computer-readable storage medium having computer-executable instructions for interacting with a document") that performs a function:
But it still costs a fortune to get it challenged. That is the real problem. It is an armsrace and the one with the biggest pocket wins. I wonder when this cold war bubble will burst.
Why don't you ask Nicola Tesla...
You can't take the sky from me...
I'm patenting complaining about Microsoft using XML. I'll make a fortune.
Because it's using XML to try to help an app that doesn't understand the new element to figure out what to do with it, rather than just ignore it (as happens by default under XML, as you pointed out).
Then maybe the real story here is how Microsoft has extended XML to include non-standard features, which they can implement in their own software while restricting third parties from implementing the same features...
Rule of Slashdot #0: You and people like you are not representative of the larger population. - A.C.
That anything can be bought.
---- Booth was a patriot ----
Whoa, Steve, cool down. Throw a couple of chairs and chill out.
.
Trolling is a art,
Basically, the invention here is the inclusion of information that lets third-party programs better understand what to do with the format. You can imagine, for example, if HTML included something like this. The del ('strikethrough') tag might be written:
That code would allow a program that did not natively understand the tag to implement a simple version of it. The idea is to allow new features to be introduced into the format while enabling older versions of the software to use them without updating their code. The necessary code comes with the file.
In other words, it's a way to include executable code in one part of the file, and a call to it in another.
Presuming your characterization is correct, what Microsoft patented is a particular way to build an unpatchable security hole into an XML editor. B-)
Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
This just in: Sony has filed no less than 50 patents on robot kittens.
Any insufficiently advanced magic is indistinguishable from technology.
Hope you called it XXXML...;-)
Incorrect on both counts.
You need a degree in science or engineering to be an examiner, the examining corps has been hiring over 1200 examiners a year and fee diversion has ended.
The main problems for examiners has been lack of time (has not changed since 1976), a lack of an easy way to text search non-patent literature, increased number of claims, increased claim length, longer specifications, and more clerical tasks. Both the patent bar and the examiner unions want more time for examiners. Examiners do the best they can in the ~22 hours they have allocated for a case.
We will see what changes if Kappos (former head of IBM's IP dept) is approved by congress and takes over leadership of the USPTO.
Bring back the old version of slashdot.
You should be modded to oblivion for suggesting that free and open discussion could be anti-Microsoft.
"I've got more toys than Teruhisa Kitahara."
The innovative thing is that they got OLE In Place Editing to save its streams to an XML document. It's actually may be something of a hack, but most notably, unlike Excel, you really can round trip a Word 2003 document with nested OLE in Place spreadsheets and other stuff and it works. I just created a Word 2003 document, created an Excel sheet inside of it, confirmed it by doing Excel stuff and using Excel menus in Word, saved the whole shebang as Xml, and I was frankly pretty pleased that it loaded it up again.
The thing is, I don't know that Open Office ever really supported OLE In Place Editing on Windows and I would bet probably not because OLE 2.0 is a set of COM libraries and I don't see such how they'd port it over to other platforms. That's a big job. In fact, I really can't think of any other Word processor besides Word that can be an OLE 2 host... seems like nobody else did the Scribble App that happened to be writing word processors....
In any case, so yeah, Word is way more powerful than anybody else when it comes to round tripping Xml, and its easy to demonstrate. Everybody else could at best only save a version, but, Microsoft can round trip the active nature of the content, and that is pretty cool, new, and innovative.
This is my sig.
I use XML to wrap oil and gas pipeline data and then display it as a type of document. Am I going to get sued by Microsoft? Am I a personal example of prior art? We (the people I work with) have been doing this for over 10 years.
I am speechless... How much dumber can these Software Patents get?
Software Engineer: "Hey look, I made this window open by using Ctrl-O. Neat huh?"
Manager/Lawyer/CFO/CEO: "Write it up! We'll corner the market on opening any windows! They'll be stuck! HA! Brilliant!"
Software Engineer: "What have I done... Oh well, where's the sysadmins? I must frag."
Software patents do not make sense in our current system. We crave competition, we need it. You build a brilliant program, I'll find someone who will one-up you. Don't worry, you get to fight back. Just make your program better/stronger/faster. That's how it works here.
First rule of 'Software Club': You don't fucking patent 'Software Club'.
[throws mic on floor]
Peace!
Red Hat love patents too.
I'll just point you here.
Then maybe the real story here is how Microsoft has extended XML to include non-standard features, which they can implement in their own software while restricting third parties from implementing the same features...
Isn't this basically the point of patents? To give inventors monopolies on their inventions for a limited time?
Comment removed based on user account deletion
OpenOffice (as StarOffice way back) reinvented the whole "OLE 2" thing to support in-place editing on multiple platforms, which of course wasn't (I don't know about now) compatible with MS Office's implementation.
-- Sig down