From 8e35bf5765ae183fc7e02b8db5072dd017ea38bf Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 2 Jun 2008 22:06:09 +0000 Subject: [PATCH] INTEGRATION: CWS hcshared18 (1.20.2); FILE MERGED 2008/05/28 18:13:35 fpe 1.20.2.4: remove DOCTYPE headers from source files to avoid performance problems in installed help 2008/05/21 09:10:44 ufi 1.20.2.3: vor testbuild 2008/04/18 07:57:19 ufi 1.20.2.2: RESYNC: (1.20-1.21); FILE MERGED 2008/04/18 07:17:08 ufi 1.20.2.1: resyncing --- .../source/text/shared/00/00000021.xhp | 278 +++++++----------- 1 file changed, 101 insertions(+), 177 deletions(-) diff --git a/helpcontent2/source/text/shared/00/00000021.xhp b/helpcontent2/source/text/shared/00/00000021.xhp index 30c06aa6c7..244eca0673 100755 --- a/helpcontent2/source/text/shared/00/00000021.xhp +++ b/helpcontent2/source/text/shared/00/00000021.xhp @@ -1,41 +1,47 @@ + + - - - + + - + XML File Formats /text/shared/00/00000021.xhp @@ -52,282 +58,201 @@ OpenDocument file formats ODF file formats mw changed "file formats;OpenDocument." entry and deleted "file formats;XML". MW made "document types;..." a one level entry -XML File Formats + +XML File Formats By default, $[officename] loads and saves files in the OpenDocument file format. -The OpenDocument file format is an XML file format standardized by OASIS (Organization for the Advancement of Structured Information Standards). +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 -%PRODUCTNAME %PRODUCTVERSION uses the following file formats:replaced OpenDocument by ODF in filter names, see http://specs.openoffice.org/appwide/fileIO/FileFormatNames.sxw +%PRODUCTNAME %PRODUCTVERSION uses the following file formats:replaced OpenDocument by ODF in filter names, see http://specs.openoffice.org/appwide/fileIO/FileFormatNames.sxw +
- + Document format - + File extension - + ODF Text - + *.odt - + ODF Text Template - + *.ott - + ODF Master Document - + *.odm - + HTML Document - + *.html - + HTML Document Template - + *.oth - + ODF Spreadsheet - + *.ods - + ODF Spreadsheet Template - + *.ots - + ODF Drawing - + *.odg - + ODF Drawing Template - + *.otg - + ODF Presentation - + *.odp - + ODF Presentation Template - + *.otp - + ODF Formula - + *.odf - + ODF Database - + *.odb - + ODF Database Report - + *.orp - + %PRODUCTNAME Extension - + *.oxt
+ The HTML format is not an OpenDocument format. ODF Chart is the name of the file format for stand alone charts. This format with the extension *.odc is currently not in use. -The following flat ODF formats are provided by the Flat XML extension. These are text files in XML format. - - - -Document format - - -File extension - - - - -Flat ODF Text Document - - -*.fodt - - - - -Flat ODF Spreadsheet - - -*.fods - - - - -Flat ODF Presentation - - -*.fodp - - - - -Flat ODF Drawing - - -*.fodg - - -
Older File Formats Prior to %PRODUCTNAME %PRODUCTVERSION -If you want to exchange documents with users that still use older versions of %PRODUCTNAME, save the document in the following formats: - +The OpenDocument format evolves over time.UFI: convert text to table as soon as Help Authoring Environment allows new tables +
- -Application + +ODF version - -File extension + +Date of standard approval by OASISintl. community wants intl iso standard date formats + + +First supporting version of OpenOffice.org / StarOffice - -$[officename] Writer before %PRODUCTNAME %PRODUCTVERSION + +ODF 1.0 - -*.sxw + +2005-05-01 + + +OpenOffice.org 1.1.5 or StarOffice 7 - -$[officename] Writer templates before %PRODUCTNAME %PRODUCTVERSION + +ODF 1.1 - -*.stw + +2007-02-02 + + +OpenOffice.org 2.2 or StarOffice 8 Update 4 - -Master documents before %PRODUCTNAME %PRODUCTVERSION + +ODF 1.2 - -*.sxg + +to be announced - - - -$[officename] Calc before %PRODUCTNAME %PRODUCTVERSION - - -*.sxc - - - - -$[officename] Calc templates before %PRODUCTNAME %PRODUCTVERSION - - -*.stc - - - - -$[officename] Impress before %PRODUCTNAME %PRODUCTVERSION - - -*.sxi - - - - -$[officename] Impress templates before %PRODUCTNAME %PRODUCTVERSION - - -*.sti - - - - -$[officename] Draw before %PRODUCTNAME %PRODUCTVERSION - - -*.sxd - - - - -$[officename] Draw templates before %PRODUCTNAME %PRODUCTVERSION - - -*.std - - - - -$[officename] Math before %PRODUCTNAME %PRODUCTVERSION - - -*.sxm + +OpenOffice.org 3 or StarOffice 9
+ +In OpenOffice.org 3 and StarOffice 9, you can select to save your documents using ODF 1.2 (default) or ODF 1.0/1.1 (for backward compatibility). Choose Tools - Options - Load/Save - General and select the ODF format version. +If you want to exchange documents with users that still use OpenOffice.org 1 or StarOffice 7, save the document using the respectively named filter in the File type listbox. If you want to define another file format as the default, choose Tools - Options - Load/Save - General to find alternative file formats for each $[officename] 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: - + 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. On the Tools - Options - Load/Save - General tab page you can activate the use of indentations and line breaks by clearing the check box Size optimization for ODF format. @@ -349,8 +274,7 @@ Additional files and folders can be contained in the packed file format. Definition of the XML formats The schema for the OpenDocument formats can be found on the www.oasis-open.org web site. -The DTD (Document Type Description) files for the older formats can be found in {installation_path/}share/dtd -{installation_path\}share\dtd. +The DTD (Document Type Description) files for the older formats can be found in the installation folder.removed path Note that the formats are subject to certain licenses. You can find notes on the licenses at the start of the DTD files. More detailed information can be found on the OpenOffice.org website.