LibreOffice 7.3 Help
LibreOffice przechowuje dokumenty używając formatu XML. Można stworzyć specjalne filtry konwertujące pliki OpenDocument XML używane przez LibreOffice na inne formaty. Filtry te można łatwo zintegrować z pakietem LibreOffice.
Aby utworzyć filtr XML, najpierw trzeba dobrze zrozumieć koncepcje XML i XSLT. Opis tych koncepcji wykracza poza ramy niniejszej Pomocy.
Filtr XML zawiera arkusze stylów napisane w języku XSLT. Arkusze stylów definiują zasady transformacji między formatem OpenDocument a innym formatem XML podczas eksportowania i importowania. Istnieją trzy typy filtrów 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.