StarOffice/9_Beta$Win32 OpenOffice.org_project/300m23$Build-9326$CWS-xsltfilter10XSL transformation from 'OpenOffice.org XML' to 'XHTML 1.0'XSL transformation from 'OpenOffice.org XML' to 'XHTML 1.0'2005-11-17T15:11:55XSLTFILTER10 cws2008-07-16T23:25:29.71xslt xhtml opendocument openoffice.orgde-DE62PT190H27M25S102810023262515109falsetrueview22731887610021028336251613600false100falsetruefalsefalse1truefalse0falsefalsefalsefalsetruetruetruetrue9gT+/01pY3Jvc29mdCBYUFMgRG9jdW1lbnQgV3JpdGVyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATWljcm9zb2Z0IFhQUyBEb2N1bWVudCBXcml0ZXIAAAAWAAEAPAQAAAAAAAABAAhSAAAEdAAAM1ROVwIACABNAGkAYwByAG8AcwBvAGYAdAAgAFgAUABTACAARABvAGMAdQBtAGUAbgB0ACAAVwByAGkAdABlAHIAAAAAAAAAAQQABtwAWAMD/wAAAQAJAJoLNAhkAAEADwBYAgIAAQBYAgIAAABBADQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAACAAAAAQAAAP////8AAAAAAAAAAAAAAAAAAAAARElOVSIAEAFMAwwAytL2cgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAQAQAAU01USgAAAAAQAAABTQBpAGMAcgBvAHMAbwBmAHQAIABYAFAAUwAgAEQAbwBjAHUAbQBlAG4AdAAgAFcAcgBpAHQAZQByAAAASW5wdXRCaW4ARk9STVNPVVJDRQBSRVNETEwAVW5pcmVzRExMAEludGVybGVhdmluZwBPRkYASW1hZ2VUeXBlAEpQRUdNZWQAT3JpZW50YXRpb24AUE9SVFJBSVQAQ29sbGF0ZQBPRkYAUmVzb2x1dGlvbgBPcHRpb24xAFBhcGVyU2l6ZQBMRVRURVIAQ29sb3JNb2RlADI0YnBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAABNWERXAQEAAA==false0falsetruetruetruetruefalsefalsefalsetruefalsefalsefalseMicrosoft XPS Document Writerfalsetruetruefalsefalsetruefalsefalsefalsetruetrue0falsetruefalsehigh-resolutionfalsetruetruefalsetrue XSL Transformation from ODF to XHTMLContentsContentsAbstractUse without Office (stand-alone)Overview over XSLT stylesheets FeedbackAbstractThe filter creates XHTML 1.1 plus Math 2.0 from the OASIS Open Document Format for Office Applications (OpenDocument). The filter can only be used to transform OpenDocument with or without a running Office, cp. 'Use without Office (stand-alone).The XHTML export filter has matured since it's beginning early 2000, were it was first part of a commercial product named StarPortal/Webtop. In conjunction with OpenOffice.org the stylesheets had been open-sourced.Now as a sample filter, it is an optional installation component of OpenOffice.org 3.x, installed together with the 'XSLT sample filter' package. Within the Office the filter can be used when choosing the XHTML export from File->Export...Use without Office (stand-alone)The filter comprises of a set of XSLT 1.0 stylesheets and will work in combination of many XML parser and XSLT stylesheet processor. Unfortunately not all, as the filter although based on the XSLT 1.0 standard, takes advantage of the non-standarized 'node-set' function. Therefore it is necessary to choose one of the following XSLT stylesheet processorsSaxon processorApache Xalan processorXT processor or any other XSLT processor supporting the http://exslt.org/common node-set function.The Saxon processor is bundled since OpenOffice.org 3.0 and used by default. As the Java base-line since OOo 3 is Java 5 0 no further XML parser is necessary.Overview over XSLT stylesheets All stylesheets can be installed by choosing as optional part of the Office installation ('XSLT sample filter'). In a OOo 3.0 the files are located at <OFFICE_PATH>/OpenOffice.org/Basis 3.0/share/xslt. To view them online, you may browse the CVS and choose the 'download' link beyond the latest version of a stylesheet.PathDocument Descriptioncommonmeasure_conversion.xslMeasure conversions (e.g. inch to cm) usable for all import and export XSLT filter.NOTE: This class is outside the odf2xhtml folder as it is being reused by other filters and have to be moved to odf2xhtml/common during execution time.odf2xhtml/export/commonbody.xslCommon mapping mechanisms of elements of languages similar to XHTML (WML, other XML for small devices, et alias)odf2xhtml/export/commontable_of_content.xslCommon mapping mechanisms of tablesodf2xhtml/export/common/stylesstyle_collector.xslCommon mechanisms to flatening the style hierarchy of the ODF stylesodf2xhtml/export/common/stylesstyle_mapping_css.xslCommon mapping of ODF styles to CSSodf2xhtml/export/common/tabletable.xslCommon mechanisms to map ODF tables to HTML (once shared by HTML3.2 and PALM HTML)odf2xhtml/export/common/tabletable_cells.xslCommon mechanisms to map ODF table cells to HTML (once shared by HTML3.2 and PALM HTML)odf2xhtml/export/common/tabletable_columns.xslCommon mechanisms to map ODF table columns to HTML (once shared by HTML3.2 and PALM HTML)odf2xhtml/export/common/tabletable_rows.xslCommon mechanisms to map ODF table rows to HTML (once shared by HTML3.2 and PALM HTML)odf2xhtml/export/xhtmlodf2xhtml.xslThe starting stylesheet for XHTML transformationsodf2xhtml/export/xhtmlbody.xslSpecial XHTML mappings of body elements to XHTMLodf2xhtml/export/xhtmlheader.xslSpecial XHTML mappings of header elements to XHTMLodf2xhtml/export/xhtmltable.xslSpecial XHTML mappings of table elements to XHTMLFeedbackAny comment is welcome and should be posted to the XML developer mailing list dev@xml.openoffice.org. For subscription information or archives, see the this project's mailing list section.