source/text/scalc/01/data_provider.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 9e5a66170e7966e740b1a7efce2ea95a38a6c53f Author: Olivier Hallot <[email protected]> AuthorDate: Tue Dec 23 10:27:48 2025 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Tue Dec 23 16:29:56 2025 +0100 tdf#169996 Update/fix data provider help page Change-Id: Ic61c20c6798eeaa0f8fffd0bbca24278f47b37d5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/196165 Reviewed-by: Olivier Hallot <[email protected]> Tested-by: Jenkins diff --git a/source/text/scalc/01/data_provider.xhp b/source/text/scalc/01/data_provider.xhp index 266dd55abb..fc5ba66b58 100644 --- a/source/text/scalc/01/data_provider.xhp +++ b/source/text/scalc/01/data_provider.xhp @@ -67,7 +67,7 @@ <h2 id="hd_id771739294177396">URL</h2> <paragraph role="paragraph" id="par_id21739294199172">The URL of the data provider. If the provider is a local file, insert the file path and name. If the provider is a web service, insert the URL.</paragraph> <h2 id="hd_id881739294185949">Identifier</h2> -<paragraph role="paragraph" id="par_id991739294192437">The target <emph>ID</emph> for HTML provided data or <emph>Xpath</emph> for XML provided data.</paragraph> +<paragraph role="paragraph" id="par_id991739294192437">The <emph>Xpath</emph> for XML or HTML provided data. For example, to get the fifth table of an HTML or XML document, the identifier must be <literal>//table[5]</literal>. The identifier <literal>//table</literal> is equivalent to <literal>//table[1]</literal>.</paragraph> <h2 id="hd_id81739294235914">Transformations</h2> <paragraph role="paragraph" id="par_id131739297549651">The provided data can be transformed using the available transformations from the dropdown list. You will need to provide further information depending on the transformation. For example, you can set the sort order for the sort transformations.</paragraph> <h3 id="hd_id121741205426373">Delete Columns</h3> @@ -233,7 +233,7 @@ <tip id="par_id131741901871041">The data formatting can be set with a right-click on the preview table column headers. The corresponding database range column is then selected. Format the cells with the context menu.</tip> <section id="relatedtopics"> -<paragraph id="par_id240920171007419799" role="paragraph">Refresh Data Provider</paragraph> + <paragraph role="paragraph" id="par_id281766495655219"><link href="https://www.w3schools.com/xml/xpath_intro.asp">XPath tutorial</link></paragraph> </section> </body> </helpdocument>
