关于 XML 筛选器
LibreOffice 以 XML 格式存储文档。您可以创建自定义过滤器,将 LibreOffice 原来使用的 OpenDocument XML 文件格式转换成其他格式。这些过滤器可以无缝集成到 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.