summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSophia Schröder <sophia.schroeder@libreoffice.org>2018-11-09 21:36:26 +0100
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-12-27 19:21:00 +0100
commite2fbeb29f13deb44cf0a5239a4377e3e942bc0bc (patch)
tree591b69b3006bcc32f4191c28fd6840a4093ced4e
parent4c7939c610d889fd177bb581cf070b8bb45435a0 (diff)
Help files: http -> https
+ some more conservative changes Change-Id: If73a98d6296081843830f44b75f80657f25a97a9 Reviewed-on: https://gerrit.libreoffice.org/63216 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 7edbeb56b088685f4b88c6d4300a3c145c2faf58) Reviewed-on: https://gerrit.libreoffice.org/63816 Reviewed-by: Sophie Gautier <gautier.sophie@gmail.com> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--source/text/shared/guide/xforms.xhp12
1 files changed, 4 insertions, 8 deletions
diff --git a/source/text/shared/guide/xforms.xhp b/source/text/shared/guide/xforms.xhp
index 5f37fbe230..2b0520242c 100644
--- a/source/text/shared/guide/xforms.xhp
+++ b/source/text/shared/guide/xforms.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="textsharedguidexformsxml" indexer="include" status="PUBLISH">
<title xml-lang="en-US" id="tit">XML Form Documents (XForms)</title>
@@ -43,11 +39,11 @@
</bookmark>
<comment>MW made a cross-reference of "XML Forms" and made a two level entry of "XForms"</comment>
<paragraph xml-lang="en-US" id="par_idN106E5" role="heading" level="1"><link href="text/shared/guide/xforms.xhp">XML Form Documents (XForms)</link></paragraph>
- <paragraph xml-lang="en-US" id="par_idN106F5" role="paragraph">XForms are a new type of web form that was developed by the World Wide Web Consortium. The XForm model is defined in Extensible Markup Language (XML). The model uses separate sections to describe what a form does and what a form looks like. You can view the specification for XForms at: <link href="http://www.w3.org/MarkUp/Forms/">http://www.w3.org/MarkUp/Forms/</link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_idN106F5" role="paragraph">XForms are a new type of web form that was developed by the World Wide Web Consortium. The XForm model is defined in Extensible Markup Language (XML). The model uses separate sections to describe what a form does and what a form looks like. You can view the specification for XForms at: <link href="https://www.w3.org/MarkUp/Forms/"><emph>https://www.w3.org/MarkUp/Forms/</emph></link>.</paragraph>
</section>
<paragraph xml-lang="en-US" id="par_idN10746" role="heading" level="2">Working with XForms</paragraph>
- <paragraph xml-lang="en-US" id="par_idN1074A" role="paragraph">In %PRODUCTNAME, an XForms document is a special type of Writer document. The Design Mode for an XForm document has additional toolbars and panes. </paragraph>
+ <paragraph xml-lang="en-US" id="par_idN1074A" role="paragraph">In %PRODUCTNAME, an XForms document is a special type of Writer document. The <emph>Design Mode</emph> for an XForm document has additional toolbars and panes. </paragraph>
<paragraph xml-lang="en-US" id="par_idN1074D" role="paragraph">After you create and save an XForms document, you can open the document, fill out the form, and submit the changes to a server.</paragraph>
<paragraph xml-lang="en-US" id="par_idN10774" role="paragraph" localize="false"><comment>What's the role of UBL?</comment><comment>We do not officially support exporting to XHTML - but should be possible using XSLT</comment></paragraph>
<paragraph xml-lang="en-US" id="par_idN10706" role="heading" level="2">To Create a New XForms Document</paragraph>
@@ -65,7 +61,7 @@
<paragraph xml-lang="en-US" id="par_idN1071E" role="paragraph">Insert a control, select the default model in the property browser, and enter a binding statement.</paragraph>
</listitem>
<listitem>
- <paragraph xml-lang="en-US" id="par_idN10722" role="paragraph">In the data navigator, add an element to the instance.</paragraph>
+ <paragraph xml-lang="en-US" id="par_idN10722" role="paragraph">In the <emph>Data Navigator</emph>, add an element to the instance.</paragraph>
</listitem>
<listitem>
<paragraph xml-lang="en-US" id="par_idN10726" role="paragraph">Load a new instance from an XML file and add controls to the relevant XML elements or attributes.</paragraph>