forked from amazingfate/help
i.e. without child elements and also drop the language that was changed
to implied in the dtd previously/defaults to en-US unless specified.
This change doesn't affect translations, only the content of the
paragraph/headings is extracted.
done with:
perl -CSD -pi -e 'BEGIN {$base = qr/role="heading"|level="(?<level>\d+)"|(?<id>id="[^"]+")/;} s#<paragraph(((\s+($base)){3})|(\s+($base|xml-lang="en-US")){4})>(?<body>[^<]+)</paragraph>#<h$+{level} $+{id}>$+{body}</h$+{level}>#g'
(all permutations re order of attributes, and xml-lang="en-US" being
optional / implied)
Change-Id: I365a2bb983a3969af9390753fce7b7f3597c7b8b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148795
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
42 lines
2.2 KiB
XML
42 lines
2.2 KiB
XML
<?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 incorporates work covered by the following license notice:
|
|
*
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
* with this work for additional information regarding copyright
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
* except in compliance with the License. You may obtain a copy of
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
-->
|
|
|
|
|
|
<helpdocument version="1.0">
|
|
<meta>
|
|
<topic id="textshared01xformsdatachangexhp" indexer="include" status="PUBLISH">
|
|
<title id="tit" xml-lang="en-US">Change Data Binding</title>
|
|
<filename>/text/shared/01/xformsdatachange.xhp</filename>
|
|
</topic>
|
|
</meta>
|
|
<body>
|
|
<bookmark xml-lang="en-US" branch="index" id="bm_id433973"><bookmark_value>editing;data binding of XForms</bookmark_value>
|
|
<bookmark_value>data binding change in XForms</bookmark_value>
|
|
</bookmark><comment>MW deleted "changing;"</comment><h1 id="par_idN10547">Change Data Binding</h1>
|
|
<paragraph role="paragraph" id="par_idN1054B" xml-lang="en-US"><ahelp hid=".">Edit the data binding in the XForms Data Navigator.</ahelp><comment>UFI: called from the control's context menu</comment><comment>UFI: cannot find it in m145</comment></paragraph>
|
|
<h2 id="par_idN1056E">Model</h2>
|
|
<paragraph role="paragraph" id="par_idN10572" xml-lang="en-US"><ahelp hid=".">Select the name of the XForms model.</ahelp><comment>UFI: ?? not in spec</comment></paragraph>
|
|
<h2 id="par_idN10587">Item list</h2>
|
|
<paragraph role="paragraph" id="par_idN1058B" xml-lang="en-US"><ahelp hid=".">Displays the data binding for the selected form control. To change the data binding, select another item in the list click <emph>OK</emph>. To access the <emph>Add</emph> and <emph>Properties</emph> commands for an item, right-click the item.</ahelp></paragraph>
|
|
</body>
|
|
</helpdocument>
|