source/text/scalc/01/04060110.xhp        |    9 ++
 source/text/scalc/01/func_webservice.xhp |  124 ++++++++++++++++---------------
 2 files changed, 75 insertions(+), 58 deletions(-)

New commits:
commit 49bd9d10394529a2992295735f020aecd81c14ae
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Mon Nov 26 14:48:59 2018 -0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Tue Nov 27 21:45:05 2018 +0100

    tdf#120927 Webservice functions needs linking to
    
    Change-Id: I8d96025238fc2005dab37c1050a0c7915210d73a
    Reviewed-on: https://gerrit.libreoffice.org/64056
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/source/text/scalc/01/04060110.xhp 
b/source/text/scalc/01/04060110.xhp
index 6f50c9096..c582ffc30 100644
--- a/source/text/scalc/01/04060110.xhp
+++ b/source/text/scalc/01/04060110.xhp
@@ -777,6 +777,15 @@
 <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
 <paragraph id="par_id3144733" role="paragraph" xml-lang="en-US"> <item 
type="input">=VALUE("4321")</item> returns 4321.</paragraph>
 </section>
+<section id="webservice">
+    <embed href="text/scalc/01/func_webservice.xhp#webservicefuncheader"/>
+</section>
+<section id="filterxml">
+    <embed href="text/scalc/01/func_webservice.xhp#filterxmlfuncheader"/>
+</section>
+<section id="encodeurl">
+    <embed href="text/scalc/01/func_webservice.xhp#encodeurlfuncheader"/>
+</section>
 </sort>
 
 <section id="relatedtopics">
diff --git a/source/text/scalc/01/func_webservice.xhp 
b/source/text/scalc/01/func_webservice.xhp
index 0401cf023..e74e1613b 100644
--- a/source/text/scalc/01/func_webservice.xhp
+++ b/source/text/scalc/01/func_webservice.xhp
@@ -1,62 +1,70 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- -->
+* This file is part of the LibreOffice project.
+*
+* This Source Code Form is subject to the terms of the Mozilla Public
+* License, v. 2.0. If a copy of the MPL was not distributed with this
+* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+*
+-->
 <helpdocument version="1.0">
-     <meta>
-         <topic id="textscalc01func_webservice" indexer="include" 
status="PUBLISH">
-             <title id="tit" xml-lang="en-US">URI Functions</title>
-             <filename>/text/scalc/01/func_webservice.xhp</filename>
-         </topic>
-     </meta>
-     <body>
-     <section id="webservice">
-     <bookmark xml-lang="en-US" branch="index" 
id="bm_id3149012"><bookmark_value>WEBSERVICE function</bookmark_value>
-     </bookmark>
-     <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_WEBSERVICE" 
id="bm_id3150028" localize="false"/>
-     <paragraph role="heading" id="hd_id3149012" xml-lang="en-US" 
level="2">WEBSERVICE</paragraph>
-     <paragraph role="paragraph" id="par_id3149893" xml-lang="en-US"><ahelp 
hid="HID_FUNC_WEBSERVICE">Get some web content from a URI.</ahelp></paragraph>
-<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-     <paragraph role="code" id="par_id3154844" 
xml-lang="en-US">WEBSERVICE(URI)</paragraph>
-     <paragraph role="paragraph" id="par_id3147469" 
xml-lang="en-US"><emph>URI: </emph> URI text of the web service.</paragraph>
-<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-     <paragraph role="paragraph" id="par_id3146142" xml-lang="en-US"><item 
type="input">=WEBSERVICE("wiki.documentfoundation.org/api.php?hidebots=1&amp;days=7&amp;limit=50&amp;action=feedrecentchanges&amp;feedformat=rss")</item></paragraph>
-     <paragraph role="paragraph" id="par_id3146143" xml-lang="en-US">Returns 
the web page content of 
"https://wiki.documentfoundation.org/api.php?hidebots=1&amp;days=7&amp;limit=50&amp;action=feedrecentchanges&amp;feedformat=rss";.</paragraph>
-   </section>
-   <section id="filterxml">
-     <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_FILTERXML" 
id="bm_id2950028" localize="false"/>
-     <bookmark xml-lang="en-US" branch="index" id="bm_id2949012">
-       <bookmark_value>FILTERXML function</bookmark_value>
-     </bookmark>
-     <paragraph role="heading" id="hd_id2949012" xml-lang="en-US" 
level="2">FILTERXML</paragraph>
-     <paragraph role="paragraph" id="par_id2949893" xml-lang="en-US"><ahelp 
hid="HID_FUNC_FILTERXML">Apply a XPath expression to a XML 
document.</ahelp></paragraph>
-<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-     <paragraph role="code" id="par_id2954844" xml-lang="en-US">FILTERXML(XML 
Document; XPath expression)</paragraph>
-     <paragraph role="paragraph" id="par_id2947469" xml-lang="en-US"><emph>XML 
Document (required):</emph> String containing a valid XML stream.</paragraph>
-     <paragraph role="paragraph" id="par_id2847469" 
xml-lang="en-US"><emph>XPath expression (required):</emph> String containing a 
valid XPath expression.</paragraph>
-<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-     <paragraph role="paragraph" id="par_id2946142" xml-lang="en-US"><item 
type="input">=FILTERXML(WEBSERVICE("wiki.documentfoundation.org/api.php?hidebots=1&amp;days=7&amp;limit=50&amp;action=feedrecentchanges&amp;feedformat=rss");"//lastBuildDate")</item></paragraph>
-     <paragraph role="paragraph" id="par_id2946143" xml-lang="en-US"> Returns 
information on the last build date of the wiki.</paragraph>
-   </section>
-   <section id="encodeurl">
-   <bookmark id="bm_id121517132649769" xml-lang="en-US" 
branch="hid/SC_HID_FUNC_ENCODEURL"  localize="false"/>
-   <bookmark xml-lang="en-US" branch="index" id="bm_id811517136840444">
-   <bookmark_value>ENCODEURL function</bookmark_value>
-   </bookmark>
-       <paragraph id="hd_id671517132649769" role="heading" level="2" 
xml-lang="en-US">ENCODEURL function</paragraph>
-       <paragraph id="par_id51517132649769" role="paragraph" 
xml-lang="en-US"><ahelp hid="HID_FUNC_ENCODEURL">Returns a URL-encoded 
string.</ahelp></paragraph>
-       <paragraph role="paragraph" id="par_id721517134647880" 
xml-lang="en-US">Use this function to transform text with symbols of national 
alphabets (for example accented characters, non-ASCII alphabets or Asian words) 
to a string of URL-standard symbols.</paragraph>
-<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-       <paragraph role="code" id="par_id351517132879400" 
xml-lang="en-US">ENCODEURL(Text)</paragraph>
-       <paragraph role="paragraph" id="par_id921517132924079" 
xml-lang="en-US"><emph>Text</emph>: String to encode to a sequence of 
URL-standard symbols.</paragraph>
-<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-       <paragraph role="paragraph" id="par_id651517132994921" 
xml-lang="en-US">If cell A1 contains the Cyrillic text "автомобиль", <item 
type="input">=ENCODEURL(A1)</item> returns 
%D0%B0%D0%B2%D1%82%D0%BE%D0%BC%D0%BE%D0%B1%D0%B8%D0%BB%D1%8C (the word 
"автомобиль" means car in Russian).</paragraph>
-       <paragraph role="paragraph" id="par_id991517133057478" 
xml-lang="en-US">If cell B1 contains the text "車", <item 
type="input">=ENCODEURL(B1)</item> returns %E8%BB%8A ("車" means car in 
Japanese).</paragraph>
-   </section>
- </body>
+    <meta>
+        <topic id="textscalc01func_webservice" indexer="include" 
status="PUBLISH">
+            <title id="tit" xml-lang="en-US">URI Functions</title>
+            <filename>/text/scalc/01/func_webservice.xhp</filename>
+        </topic>
+    </meta>
+    <body>
+    <section id="webservice">
+        <bookmark xml-lang="en-US" branch="index" id="bm_id3149012">
+            <bookmark_value>WEBSERVICE function</bookmark_value>
+        </bookmark>
+        <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_WEBSERVICE" 
id="bm_id3150028" localize="false"/>
+        <section id="webservicefuncheader">
+            <paragraph role="heading" id="hd_id3149012" xml-lang="en-US" 
level="1"><variable id="webservicefuncname"><link 
href="text/scalc/01/func_webservice.xhp#webservice" 
name="webservice">WEBSERVICE</link></variable></paragraph>
+            <paragraph role="paragraph" id="par_id3149893" 
xml-lang="en-US"><ahelp
+                    hid="HID_FUNC_WEBSERVICE">Get some web content from a 
URI.</ahelp></paragraph>
+            </section>
+            <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
+            <paragraph role="code" id="par_id3154844" 
xml-lang="en-US">WEBSERVICE(URI)</paragraph>
+            <paragraph role="paragraph" id="par_id3147469" 
xml-lang="en-US"><emph>URI: </emph> URI text of the web service.</paragraph>
+            <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
+            <paragraph role="paragraph" id="par_id3146142" 
xml-lang="en-US"><item 
type="input">=WEBSERVICE("wiki.documentfoundation.org/api.php?hidebots=1&amp;days=7&amp;limit=50&amp;action=feedrecentchanges&amp;feedformat=rss")</item></paragraph>
+            <paragraph role="paragraph" id="par_id3146143" 
xml-lang="en-US">Returns the web page content of 
"https://wiki.documentfoundation.org/api.php?hidebots=1&amp;days=7&amp;limit=50&amp;action=feedrecentchanges&amp;feedformat=rss";.</paragraph>
+        </section>
+        <section id="filterxml">
+            <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_FILTERXML" 
id="bm_id2950028" localize="false"/>
+            <bookmark xml-lang="en-US" branch="index" id="bm_id2949012">
+                <bookmark_value>FILTERXML function</bookmark_value>
+            </bookmark>
+            <section id="filterxmlfuncheader">
+                <paragraph role="heading" id="hd_id2949012" xml-lang="en-US" 
level="1"><variable id="filterxmlfuncname"><link 
href="text/scalc/01/func_webservice.xhp#filterxml" 
name="filterxml">FILTERXML</link></variable></paragraph>
+                <paragraph role="paragraph" id="par_id2949893" 
xml-lang="en-US"><ahelp hid="HID_FUNC_FILTERXML">Apply a XPath expression to a 
XML document.</ahelp></paragraph>
+            </section>
+            <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
+            <paragraph role="code" id="par_id2954844" 
xml-lang="en-US">FILTERXML(XML Document; XPath expression)</paragraph>
+            <paragraph role="paragraph" id="par_id2947469" 
xml-lang="en-US"><emph>XML Document (required):</emph> String containing a 
valid XML stream.</paragraph>
+            <paragraph role="paragraph" id="par_id2847469" 
xml-lang="en-US"><emph>XPath expression (required):</emph> String containing a 
valid XPath expression.</paragraph>
+            <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
+            <paragraph role="paragraph" id="par_id2946142" 
xml-lang="en-US"><item 
type="input">=FILTERXML(WEBSERVICE("wiki.documentfoundation.org/api.php?hidebots=1&amp;days=7&amp;limit=50&amp;action=feedrecentchanges&amp;feedformat=rss");"//lastBuildDate")</item></paragraph>
+            <paragraph role="paragraph" id="par_id2946143" xml-lang="en-US"> 
Returns information on the last build date of the wiki.</paragraph>
+        </section>
+        <section id="encodeurl">
+            <bookmark id="bm_id121517132649769" xml-lang="en-US" 
branch="hid/SC_HID_FUNC_ENCODEURL"  localize="false"/>
+            <bookmark xml-lang="en-US" branch="index" 
id="bm_id811517136840444">
+                <bookmark_value>ENCODEURL function</bookmark_value>
+            </bookmark>
+            <section id="encodeurlfuncheader">
+                <paragraph id="hd_id671517132649769" role="heading" level="1" 
xml-lang="en-US"><variable id="encodeurlname"><link 
href="text/scalc/01/func_webservice.xhp#encodeurl" 
name="linkname">ENCODEURL</link></variable></paragraph>
+                <paragraph id="par_id51517132649769" role="paragraph" 
xml-lang="en-US"><ahelp hid="HID_FUNC_ENCODEURL">Returns a URL-encoded 
string.</ahelp></paragraph>
+            </section>
+            <paragraph role="paragraph" id="par_id721517134647880" 
xml-lang="en-US">Use this function to transform text with symbols of national 
alphabets (for example accented characters, non-ASCII alphabets or Asian words) 
to a string of URL-standard symbols.</paragraph>
+            <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
+            <paragraph role="code" id="par_id351517132879400" 
xml-lang="en-US">ENCODEURL(Text)</paragraph>
+            <paragraph role="paragraph" id="par_id921517132924079" 
xml-lang="en-US"><emph>Text</emph>: String to encode to a sequence of 
URL-standard symbols.</paragraph>
+            <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
+            <paragraph role="paragraph" id="par_id651517132994921" 
xml-lang="en-US">If cell A1 contains the Cyrillic text "автомобиль", <item 
type="input">=ENCODEURL(A1)</item> returns 
%D0%B0%D0%B2%D1%82%D0%BE%D0%BC%D0%BE%D0%B1%D0%B8%D0%BB%D1%8C (the word 
"автомобиль" means car in Russian).</paragraph>
+            <paragraph role="paragraph" id="par_id991517133057478" 
xml-lang="en-US">If cell B1 contains the text "車", <item 
type="input">=ENCODEURL(B1)</item> returns %E8%BB%8A ("車" means car in 
Japanese).</paragraph>
+        </section>
+    </body>
 </helpdocument>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to