summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/text/shared/guide/xsltfilter.xhp16
1 files changed, 6 insertions, 10 deletions
diff --git a/source/text/shared/guide/xsltfilter.xhp b/source/text/shared/guide/xsltfilter.xhp
index dbf9590fcf..72d5368597 100644
--- a/source/text/shared/guide/xsltfilter.xhp
+++ b/source/text/shared/guide/xsltfilter.xhp
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-
-
+<helpdocument version="1.0">
<!--
* This file is part of the LibreOffice project.
*
@@ -20,8 +18,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-
- <helpdocument version="1.0">
<meta>
<topic id="textsharedguidexsltfilterxml" indexer="include" status="PUBLISH">
<title xml-lang="en-US" id="tit">Working With %PRODUCTNAME XML Filters </title>
@@ -43,19 +39,19 @@
<paragraph xml-lang="en-US" id="par_idN1093D" role="paragraph">An XML filter contains <emph>stylesheets</emph> that are written in the XSLT language. The stylesheets define the transformation from the OpenDocument file format to another XML format through export and import filters. There are three types of XML filters:</paragraph>
<list type="unordered">
<listitem>
- <paragraph xml-lang="en-US" id="par_idN10947" role="paragraph"> <emph>Import Filters</emph> 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 <link href="text/shared/01/01020000.xhp">File Open dialog</link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_idN10947" role="paragraph"><emph>Import Filters</emph> - 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 <link href="text/shared/01/01020000.xhp"><emph>File Open</emph></link> dialog.</paragraph>
</listitem>
<listitem>
- <paragraph xml-lang="en-US" id="par_idN10960" role="paragraph"> <emph>Export Filters</emph> transform OpenDocument XML files and <emph>save</emph> 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 <link href="text/shared/01/01070001.xhp">Export dialog</link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_idN10960" role="paragraph"><emph>Export Filters</emph> - transform OpenDocument XML files and <emph>save</emph> 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 <link href="text/shared/01/01070001.xhp"><emph>Export</emph></link> dialog.</paragraph>
</listitem>
<listitem>
- <paragraph xml-lang="en-US" id="par_idN10979" role="paragraph"> <emph>Import/Export Filters</emph> load and save OpenDocument XML files into a different XML <emph>format</emph>. After you install these filters, the names of the filters are added to the list of file types in the <link href="text/shared/01/01020000.xhp">File Open dialog</link> and the <link href="text/shared/01/01070000.xhp">File Save As dialog</link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_idN10979" role="paragraph"><emph>Import/Export Filters</emph> - load and save OpenDocument XML files into a different XML <emph>format</emph>. After you install these filters, the names of the filters are added to the list of file types in the <link href="text/shared/01/01020000.xhp"><emph>File Open</emph></link> dialog and the <link href="text/shared/01/01070000.xhp"><emph>File Save As</emph></link> dialog.</paragraph>
</listitem>
</list>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_idN10B39" role="paragraph"><link href="http://www.w3.org/Style/XSL/">World Wide Web Consortium Pages on Extensible <emph>Stylesheet</emph> Language (XSL)</link></paragraph>
- <paragraph xml-lang="en-US" id="par_idN10B4E" role="paragraph"><link href="http://www.w3.org/XML/">World Wide Web Consortium Pages on Extensible Markup Language (XML)</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_idN10B39" role="paragraph"><link href="https://www.w3.org/Style/XSL/">World Wide Web Consortium Pages on Extensible <emph>Stylesheet</emph> Language (XSL)</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_idN10B4E" role="paragraph"><link href="https://www.w3.org/XML/">World Wide Web Consortium Pages on Extensible Markup Language (XML)</link></paragraph>
<paragraph xml-lang="en-US" id="par_idN10D97" role="paragraph" localize="false"> <embedvar href="text/shared/00/00000021.xhp#xmlformat"/> </paragraph>
<paragraph xml-lang="en-US" id="par_id5569017" role="paragraph"><link href="text/shared/guide/xsltfilter_distribute.xhp">Distributing XML filters</link></paragraph>
<paragraph xml-lang="en-US" id="par_id6426892" role="paragraph"><link href="text/shared/guide/xsltfilter_create.xhp">Creating and Testing XML filters</link></paragraph>