Over XML-filters
LibreOffice slaat documenten in XML-indeling op. U kunt aangepaste filters maken die de oorspronkelijke OpenDocument XML-bestandsindeling van LibreOffice naar een andere indeling converteren. Deze filters kunnen naadloos in LibreOffice worden geïntegreerd, zodat u deze indelingen op transparante wijze kunt opslaan of laden.
Voor het maken van een XML-filter hebt u een goede kennis van XML- en XSLT-begrippen nodig. Deze begrippen vallen buiten het kader van deze Help.
Een XML-filter bevat opmaakmodellen die in de XSLT-taal zijn geschreven. De opmaakmodellen definiëren de transformatie van de OpenDocument-bestandsindeling in een andere XML-indeling door middel van export- en importfilters. Er zijn drie typen 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.