From e3e4636796bbb71f04756c3f66685a1ee4c5c7a2 Mon Sep 17 00:00:00 2001 From: Sophia Schröder Date: Fri, 9 Nov 2018 20:36:15 +0100 Subject: Help files: http -> https + some more conservative changes Change-Id: I0c5099f12438158ab6f9e4ac504612e2e2bea009 Reviewed-on: https://gerrit.libreoffice.org/63213 Tested-by: Jenkins Reviewed-by: Olivier Hallot (cherry picked from commit 06c18977efb48ac01627c139a70ae70008319f62) Reviewed-on: https://gerrit.libreoffice.org/65212 Reviewed-by: Sophie Gautier --- source/text/shared/01/xformsdatatab.xhp | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'source') diff --git a/source/text/shared/01/xformsdatatab.xhp b/source/text/shared/01/xformsdatatab.xhp index 5542cca6bd..0954bbd80a 100644 --- a/source/text/shared/01/xformsdatatab.xhp +++ b/source/text/shared/01/xformsdatatab.xhp @@ -1,6 +1,5 @@ - - - + Data (for XML Form Documents) @@ -29,7 +27,7 @@
Data (for XML Form Documents) - The Data tab page of the Properties dialog for an XML Form document offers some XML forms settings. + The Data tab page of the Properties dialog for an XML Form document offers some XML forms settings.
@@ -43,7 +41,7 @@ Select or enter the name of a binding. Selecting the name of an existing binding associates the binding with the form control. Entering a new name creates a new binding and associates it with the form control. Binding expression - Enter the DOM node what's a DOM node? spec doesn't tellto bind the control model towhat's a control model? spec doesn't tell. may be a typo in spec: control's model?. Click the ... button for a dialog to enter the XPath expression. + Enter the DOM node what's a DOM node? spec doesn't tellto bind the control model towhat's a control model? spec doesn't tell. may be a typo in spec: control's model?. Click the ... button for a dialog to enter the XPath expression. Required Specifies if the item must be included on the XForm. @@ -71,10 +69,10 @@ The following lists all facets that are valid for data types. Some facets are only available for some data types. Whitespaces - Specifies how whitespaces are to be handled when a string of the current data type is being processed. Possible values are Preserve, Replace, and Collapse. The semantics follow the definition at http://www.w3.org/TR/xmlschema-2/#rf-whiteSpace. + Specifies how whitespaces are to be handled when a string of the current data type is being processed. Possible values are "Preserve", "Replace", and "Collapse". The semantics follow the definition at https://www.w3.org/TR/xmlschema-2/#rf-whiteSpace. Pattern - Specifies a regular expression pattern. Strings validated against the data type must conform to this pattern to be valid. The XSD data type syntax for regular expressions is different from the regular expression syntax used elsewhere in %PRODUCTNAME, for example in the Find & Replace dialog. + Specifies a regular expression pattern. Strings validated against the data type must conform to this pattern to be valid. The XSD data type syntax for regular expressions is different from the regular expression syntax used elsewhere in %PRODUCTNAME, for example in the Find & Replace dialog. Digits (total) Specifies the maximum total number of digits that values of the decimal data type can have. -- cgit