MS Files For NZ Patent On XML Word Processor Files
heretic108 writes "A patent application is currently being examined in New Zealand, which if granted, would bar anyone except Microsoft from using an XML file format for storing Word Processing documents. In contrast to copyrights, patents allow even the most elementary concepts to be patented. Apparently, nobody here is diligently watching out for such ridiculous patents, so the official deadline for submitting objections has passed. This suggests a likelihood that the patent may well be granted. I am not endeared to the thought that I might be breaking the law when I use OpenOffice.org to write documents, especially since the concept of storing docs in an XML format was certainly not thought of by Microsoft, so have written a formal complaint to my Member of Parliament. Hopefully there'll be a public outcry within New Zealand."
Here's the webpage of the New Zealand Intellectual Property Office listing the patent application. Unfortunately, it does not appear to have online the most crucial thing we're all looking for - nitty-gritty details of the patent.
This is misleading or false. Copyrights do not protect concepts or ideas. A copyright protects a specific expression of an idea. Plagiarizing a copyrighted idea is completely legal.
Patents protect ideas; copyrights protect the way they are presented.
call me a cynic, but considering that 90% of people use an OS that was copied from Apple, (Xerox) and that has since been granted numerous ridiculous patents on stuff they stole, I find it hard to believe that we will see a public outcry over this. the only peole yelling will be the one's yelling about M$'s monopoly, and no one had paid any attention to them yet, and that is unlikely to change in the future.
From what I read from the NZ Patent law, which has been taken from UK Patent Law the applicant needs to formally provide evidence that they are the first inventor, so I am not sure what chance does M$ have to make this claim
My 2c
[snip URL:http://www.piperpat.co.nz/patlaw/patact.html]
Persons entitled to make application -
(1) An application for a patent for an invention may be made by any of the following persons, that is to say:
(a) By any person claiming to be the true and first inventor of the invention:
(b) By any person being the assignee of the person claiming to be the true and first inventor in respect of the right to make such an application, - and may be made by that person either alone or jointly with any other person.
(2) Without prejudice to the foregoing provisions of this section, an application for a patent for an invention in respect of which protection has been applied for in a convention country may be made by the person by whom the application for protection was made or by the assignee of that person; and for the purposes of this Act the filing in any convention country of a complete specification after the filing of a provisional specification or provisional specifications in respect of any such application shall be deemed to be an application for protection in that country:
Provided that no application shall be made by virtue of this subsection after the expiration of 12 months from the date of the application for protection in a convention country or, where more than one such application for protection has been made, from the date of the first application.
[(2A) For the purposes of this section, where more than one application for protection in a convention country has been made, the first application may be disregarded and the second application shall be substituted for the first application where -
(a) The first application was made in or in respect of the same convention country and by the same applicant as the second application; and
(b) Not later than the date of filing of the second application, the first application was unconditionally withdrawn, abandoned or refused; and
(i) The first application had not been made available to the public in New Zealand or elsewhere before its unconditional withdrawal, abandonment or refusal; and
(ii) No rights remain outstanding in respect of the first application; and
(iii) The first application has not served to establish a priority date (as defined in section 2 of this Act) in relation to another application in any country.]
(3) An application for a patent may be made under subsection (1) or subsection (2) of this section by the personal representative or the assignee of the personal representative of any deceased person who, immediately before his death was entitled to make such an application.
(4) An application for a patent made by virtue of subsection (2) of this section is in this Act referred to as a convention application.
Cf. Patents Act 1949, s.1 (UK); 1921-22, # 18, ss.3, 48
As to the meaning of the term "personal representative" in subs.(3), see s.2(2).
[S.7(2A) was inserted by The Patents Amendment Act 1992]
[/snip]
Asignee Name: Microsoft Corporation.
I wonder if they are related at all?
/* affect != effect */ void affect(int *thing,int effect) { *thing += effect; }
If you want commercial, yet high quality examples, look at some of the tools from ArborText, Softquad, or even Altova. If you want something from the GNU project, then look at the PSGML mode for Emacs, which I recall using already in 1995. I'm sure I'm missing many examples from the 70's and 80's.
To take other recent examples, the versions of HTML prior to XHTML are in SGML. SGML and XML are the rules for defining sets of rules (aka DTDs) like HTML. You have many choices:
- HTML 2.0 (sgml)
- HTML 3.2 (sgml)
- HTML 4.01 (sgml)
- XHTML 1.0 (XML)
- Docbook 4.x (sgml + xml)
- TEI (sgml)
- TEI-lite (sgml + xml)
... and so on
I expect that some TeX users could speak up as well.Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.
This is only a patent application, not (yet) a granted patent (in fact in the EU the patent application has only just been published, on 2 Jan this year).
From the 'priority number' (US20020187060 20020628) it looks as though the original application was for a US patent, filed some time in 2002. So that is the cut-off date for prior art.
The full paperwork file for the EPO patent application can also be viewed, at EPOline.
Word 2000 can "round-trip"* well-formed XML - they claim it's HTML, but it's actually something HTMLish in XML (basically XHTML with the wrong namespace), plus Office and Word extensions in their own namespaces for the word-processor-ish stuff. As far as I remember, Word 2000 HTML supports a pretty large subset of the features Word 2000 .doc files do.
(*: i.e. not just export like Word 97 did)