This XML snippet seems rather weird:
| This article was nominated for deletion on 2006 August 19. The result of the discussion was keep. |
| This article is rated C-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||
| |||||||||||
This XML snippet seems rather weird:
<text:h text:style-name="Heading_2">This is a title</text:h> <text:p text:style-name="Text_body"/> <text:p text:style-name="Text_body"> This is a paragraph. The formatting information is in the Text_body style. The empty text:p tag above is a blank paragraph (an empty line). </text:p>
Since all the elements are in the namespace referred to by the text prefix, it is unnecessary to explicitly use the prefix on the attributes as well. Is this really how OpenOffice writes the XML files? This would be the simplest and most appropriate:
<text:h style-name="Heading_2">This is a title</text:h> <text:p style-name="Text_body"/> <text:p style-name="Text_body"> This is a paragraph. The formatting information is in the Text_body style. The empty text:p tag above is a blank paragraph (an empty line). </text:p>
update - this goes for meta.xml as well.
Daniel Schierbeck 09:55, 7 February 2006 (UTC)
<text:h text:style-name="Heading 2" text:level="2">This is a title</text:h> <text:p text:style-name="Standard"/> <text:p text:style-name="Standard">This is a paragraph.</text:p>
A sub-article in the main article OpenDocument/Specifications may do the job of keeping the main article within reasonable size. Louie 19:13, 29 May 2006 (UTC)
This page was moved from OpenDocument technical specifications to OpenDocument Specification without any discussion, as far as I can tell. I think the new name is vaguer and does not conform to the MoS. Wmahan. 18:01, 1 June 2006 (UTC)
Does anyone know why this article was tagged as such? Shinobu 07:06, 2 July 2006 (UTC)
I've changed a number of details on this page; one of which was out-of-date, but the rest of which were factual errors. Please base comments about OpenDocument on the standards document itself, rather than the output of OpenOffice.org, wherever possible. AlexHudson 10:42, 26 July 2006 (UTC)
User:HAl included some text about not being able to put tables into presentations without "raw text or embedding spreadsheets", I assume based on the comments of Brian Jones. This doesn't make sense within the context of the specification, and isn't correct. The issue at hand with tables is that they're not supported as drawable objects. I've updated the text to reflect this.
Please, do bring across limitations highlighted by OpenDocument critics, but please ensure that they're accurate - this is an article on the technical specification, not on the criticisms levelled at OpenDocument. There is a subtle difference there ;) - AlexHudson 22:53, 19 August 2006 (UTC)
The article states:
but earlier in the article, there is a mention of a specification of (a single?) ZIP format.
While I believe both statements are accurate, I believe this requires explanation. How is it that a single ZIP format can specify different compression levels? This is based on the principle of least surprise. That is, the default model people have of file formats is that they are unique specifications. 70.247.174.86 (talk) 15:29, 25 June 2010 (UTC)
manifest.xml - The manifest file contains a list of all the files in the ZIP archive. The presence of a manifest means that OpenDocument files are also JAR archives.
— Sobhi, Ali (2007-08-14) [August 2006]. "Introduction to OpenDocument Format". Armonk, New York, United States: IBM. Archived from the original on 2008-06-02.
ODF's use of META-INF/manifest.xml seems obviously inspired by JAR's META-INF/MANIFEST.MF. However, as far as I can discern, JAR files have always required META-INF/MANIFEST.MF to exist and be in a particular non-XML file format. Thus, ODF files are not valid JARs. Perhaps an early version of ODF didn't use XML for the manifest? Regardless, the source is wrong and this article shouldn't say that ODFs are JARs. Daask (talk) 00:59, 5 March 2025 (UTC)
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.