summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSophia Schröder <sophia.schroeder@libreoffice.org>2018-11-09 21:50:35 +0100
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-12-27 19:21:18 +0100
commitd34bcfdcabc0b8d4018148872e3682c01f7ec156 (patch)
tree486a03e473e03d77ba1693e9d7dc6d5cabd5266a
parente2fbeb29f13deb44cf0a5239a4377e3e942bc0bc (diff)
Help files: http -> https
+ some more conservative changes Change-Id: I7b4bffc78fce6fe764a1746c060a403cb1b934eb Reviewed-on: https://gerrit.libreoffice.org/63217 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit ab5c2340fcb35813db7777460fe851ae5b49c9b3) Reviewed-on: https://gerrit.libreoffice.org/63815 Reviewed-by: Sophie Gautier <gautier.sophie@gmail.com> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-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>