Справка LibreOffice 25.2
LibreOffice сохраняет документы в формате XML. Можно создать пользовательские фильтры для преобразования исходного формата XML-файла OpenDocument, который используется в LibreOffice, в другой формат. Созданные фильтры можно целостно интегрировать в LibreOffice, и они позволяют без проблем сохранять или загружать эти форматы.
Чтобы создавать фильтры XML, необходимо четко усвоить концепции XML и XSLT. Эти концепции лежат вне контекста данной справки.
Фильтр XML содержит таблицы стилей, которые написаны на языке XSLT. Таблицы стилей определяют преобразование из формата файла OpenDocument в другой XML-формат через фильтры экспорта и импорта. Существует три типа фильтров XML :
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.