From 5be1429f1ad6ac472836097516ab3cd0681ecf38 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Fri, 26 Jan 2018 20:57:40 -0200 Subject: tdf#92430 Better example for =WEBSERVICE() And =FILTERXML() Change-Id: I15c260d625ea54b61cbb0de025f8e0c0c9fe623c Reviewed-on: https://gerrit.libreoffice.org/48727 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot --- source/text/scalc/01/func_webservice.xhp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/text/scalc/01/func_webservice.xhp b/source/text/scalc/01/func_webservice.xhp index dec173775e..5f3cc5d67d 100644 --- a/source/text/scalc/01/func_webservice.xhp +++ b/source/text/scalc/01/func_webservice.xhp @@ -25,8 +25,8 @@ WEBSERVICE(URI) URI: URI text of the web service. Example - =WEBSERVICE("http://api.openweathermap.org/data/2.5/forecast?q=Copenhagen,dk&mode=xml&units=metric") - Returns the web page content of "http://api.openweathermap.org/data/2.5/forecast?q=Copenhagen,dk&mode=xml&units=metric" + =WEBSERVICE("wiki.documentfoundation.org/api.php?hidebots=1&days=7&limit=50&action=feedrecentchanges&feedformat=rss") + Returns the web page content of "http://wiki.documentfoundation.org/api.php?hidebots=1&days=7&limit=50&action=feedrecentchanges&feedformat=rss".
@@ -40,8 +40,8 @@ XML Document (required): String containing a valid XML stream. XPath expression (required): String containing a valid XPath expression. Example - =FILTERXML(WEBSERVICE("http://api.openweathermap.org/data/2.5/forecast?q=Copenhagen,dk&mode=xml&units=metric");"number(/weatherdata/forecast/time[2]/temperature/@value)") - Returns information on Copenhagen weather temperature. + =FILTERXML(WEBSERVICE("wiki.documentfoundation.org/api.php?hidebots=1&days=7&limit=50&action=feedrecentchanges&feedformat=rss");"//lastBuildDate") + Returns information on the last build date of the wiki.
- \ No newline at end of file + -- cgit