Informazioni sui filtri XML
LibreOffice memorizza i documenti in formato XML. Potete creare filtri personalizzati per convertire file nel formato XML OpenDocument nativo utilizzato da LibreOffice in un altro formato. Questi filtri potranno essere poi integrati in LibreOffice per salvare o caricare tali formati in modo trasparente.
Per creare un filtro XML è necessario avere una buona conoscenza dei concetti relativi a XML e XSLT. Questi concetti esulano dall'ambito di questa guida.
Un filtro XML contiene fogli di stile scritti in linguaggio XSLT. I fogli di stile definiscono il modo di conversione dal formato file OpenDocument a un altro formato XML tramite filtri di esportazione e importazione. Esistono tre tipi di filtri 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.