Download presentation
Presentation is loading. Please wait.
Published byAlan Poole Modified over 9 years ago
1
OpenDocument Steve Adebayo April 1, 2006
2
Learning Objectives OpenDocument Format Zip Archive Downloading OpenOffice Transform OpenOffice Document
3
Timeline 1. OpenOffice.org creates the OpenOffice.org 1.0. 2. Sun submits the OpenOffice.org 1.0 format to OASIS for standardization. KDE and Corel join the OASIS TC and help expand the format. 3. The European Union commissions Valoris to report on open file formats. 4. The new OASIS format is called Open Office XML. 5. OpenOffice.org and KOffice both commit to making it their native format. 6. The Valoris report is published. The EU makes recommendations, including the submission to ISO. 7. The format is submitted to ISO and changes its name to the OpenDocument format.
4
What is OpenDocument? OpenDocument is an XML format standardized by OASIS(Organization for the Advancement of Structured Information Standards). OpenOffice.org will read and save files in several formats used by other office applications, but its default format is OpenDocument
5
OpenDocument Continued An OpenDocument file takes the form of a compressed zip archive with one of the following extensions: ●.odt (text) ●.odm (master document) ●.oth (HTML template) ●.ods (spreadsheet) ●.odg (drawing) ●.odp (presentation) ●.odb (database)
6
Zip Archive Content.xmlMeta.xmlSettings.xmlStyles.xmlManifest.xml
7
Content.xml The root contains only the document content, along with the automatic styles needed for the document content: </element></define>
8
Meta.xml The root contains the meta information about a document. </element></define>
9
Settings.xml The root contains application specific settings to be applied when processing this document. </element></define>
10
Styles.xml The root contains all named styles of a document, along with the automatic styles needed for the named styles: </element></define>
11
Manifest.xml
12
Downloading OpenOffice OpenSource- Free to Download Includes Writer, Calc, Impress, Draw, and Base http://download.openoffice.org/2.0.2/index.h tml http://download.openoffice.org/2.0.2/index.h tml
13
Exercise Create an OO document and then use XSLT to transform it. Helpful Link: http://books.evc- cit.info/odbook/apc.html#xslt-framework- section
Similar presentations
© 2024 SlidePlayer.com Inc.
All rights reserved.