XML File Formats

By default, LibreOffice loads and saves files in the OpenDocument file format.

MĂ€rkuse ikoon

The OpenDocument file format (ODF) is a standardized file format used by many software applications. You can find more information at the Wikipedia site: wikipedia.org/wiki/OpenDocument.


OpenDocument file format names

LibreOffice uses the following file formats:

Document format

File extension

ODF-tekstifail

*.odt

ODF-tekstidokumendi mall

*.ott

ODF-pÔhidokument

*.odm

HTML-dokument

*.html

HTML-dokumendi mall

*.oth

ODF-arvutustabel

*.ods

ODF-arvutustabeli mall

*.ots

ODF-joonistus

*.odg

ODF-joonistuse mall

*.otg

ODF-esitlus

*.odp

ODF-esitluse mall

*.otp

ODF-valem

*.odf

ODF-andmebaas

*.odb

LibreOffice'i laiendus

*.oxt


MĂ€rkuse ikoon

HTML-vorming ei ole OpenDocument-vorming.


ODF-diagramm on iseseisvate diagrammide failivorming. Praegu ei ole see laiendiga *.odc vorming kasutusel.

OpenDocument-vormingu areng

OpenDocument-vorming areneb pidevalt.

ODF-i versioon

OASIS-e standardi kehtestamise kuupÀev

Esimene toetav tarkvaraversioon

ODF 1.0

01.05.2005

OpenOffice.org 1.1.5 vÔi StarOffice 7

ODF 1.1

02.02.2007

OpenOffice.org 2.2 vÔi StarOffice 8 uuendus 4

ODF 1.2

30.09.2011

OpenOffice.org 3, StarOffice 9, Oracle Open Office

ODF 1.2 (laiendatud)

-

OpenOffice.org 3.2 vÔi StarOffice 9.2


Praegused versioonid vĂ”imaldavad dokumente salvestada ODF 1.2 (vaikimisi) vĂ”i ODF 1.0/1.1 (tagasiĂŒhilduvaks) vormingus. Ava Tööriistad - SĂ€tted - Laadimine ja salvestamine - Üldine ning vali ODF-vormingu versioon.

Kui soovid vahetada dokumente OpenOffice.org 1 vĂ”i StarOffice 7 kasutajatega, salvesta dokumendid loendikastist Faili tĂŒĂŒp valitava vastava filtri abil.

NÔuande ikoon

If you want to define another file format as the default, choose - Load/Save - General to find alternative file formats for each LibreOffice document type.


XML file structure

Documents in OpenDocument file format are stored as compressed zip archives that contain XML files. To view these XML files, you can open the OpenDocument file with an unzip program. The following files and directories are contained within the OpenDocument files:

  1. The text content of the document is located in content.xml.

    By default, content.xml is stored without formatting elements like indentation or line breaks to minimize the time for saving and opening the document. The use of indentations and line breaks can be activated in the Expert configuration by setting the property /org.openoffice.Office.Common/Save/Document PrettyPrinting to true.

  2. The file meta.xml contains the meta information of the document, which you can enter under File - Properties.

    If you save a document with a password, meta.xml will not be encrypted.

  3. The file settings.xml contains further information about the settings for this document.

  4. In styles.xml, you find the styles applied to the document that can be seen in the Styles window.

  5. The meta-inf/manifest.xml file describes the structure of the XML file.

Additional files and folders can be contained in the packed file format.

Definition of the XML formats

OpenDocument-vormingute struktuurist saab ĂŒlevaate veebilehel www.oasis-open.org.