O XML filtrech
LibreOffice ukládá dokumenty v XML formátu. Můžete vytvořit vlastní filtry, které převádějí XML formát OpenDocument, který používá LibreOffice, do jiného formátu. Tyto filtry můžete do LibreOffice zaintegrovat tak, že se tyto formáty budou načítat a ukládat zcela transparentně.
Abyste mohli vytvořit XML filtr, musíte mít dobré znalosti principů XML a XSLT. Tyto principy jsou mimo rámec této nápovědy.
XML filtr obsahuje styly napsané v jazyce XSLT. Styly exportního a importního filtru určují převody mezi formátem OpenDocument a dalším XML formátem. Existují tři druhy XML filtrů:
-
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.