Working With %PRODUCTNAME XML Filters /text/shared/guide/xsltfilter.xhp saving;to XML loading;XML files importing;from XML exporting;to XML file filters;XML XSLT filters, see also XML filters mw moved 2 index entries to the new file xsltfilter_distribute.xhp and 2 entries to new file xsltfilter_create.xhp About XML Filters %PRODUCTNAME stores documents in XML format. You can create customized filters that convert the native OpenDocument XML file format used by %PRODUCTNAME into another format. These filters can be integrated into %PRODUCTNAME seamlessly so that you can save or load these formats transparently. To create an XML filter, you must have a good understanding of XML and XSLT concepts. These concepts are beyond the scope of this help. An XML filter contains stylesheets that are written in the XSLT language. The stylesheets define the transformation from the OpenDocument file format to another XML format through export and import filters. There are three types of XML filters: Import Filters load external XML files and transform the format of the files into the OpenDocument XML file format. After you install an import filter, the name of the filter is added to the list of file types in the File Open dialog. Export Filters transform OpenDocument XML files and save the files to a different XML format. After you install an export filter, the name of the filter is added to the list of file types in the Export dialog. Import/Export Filters load and save OpenDocument XML files into a different XML format. After you install these filters, the names of the filters are added to the list of file types in the File Open dialog and the File Save As dialog.
World Wide Web Consortium Pages on Extensible Stylesheet Language (XSL) World Wide Web Consortium Pages on Extensible Markup Language (XML) Distributing XML filters Creating and Testing XML filters