You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ks...@apache.org on 2014/02/18 02:17:43 UTC

svn commit: r1569160 [4/9] - /openoffice/ooo-site/trunk/content/documentation/online_help/helpauthoring/

Added: openoffice/ooo-site/trunk/content/documentation/online_help/helpauthoring/section2.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/documentation/online_help/helpauthoring/section2.html?rev=1569160&view=auto
==============================================================================
--- openoffice/ooo-site/trunk/content/documentation/online_help/helpauthoring/section2.html (added)
+++ openoffice/ooo-site/trunk/content/documentation/online_help/helpauthoring/section2.html Tue Feb 18 01:17:42 2014
@@ -0,0 +1,834 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
+<head>
+<title>Page 23</title>
+
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<style type="text/css">
+<!--
+	p {margin: 0; padding: 0;}	.ft00{font-size:22px;color:#000000;}
+	.ft01{font-size:16px;color:#000000;}
+	.ft02{font-size:13px;color:#000000;}
+	.ft03{font-size:11px;color:#000000;}
+	.ft04{font-size:11px;color:#707177;}
+	.ft05{font-size:11px;color:#000000;}
+	.ft06{font-size:8px;color:#000000;}
+	.ft07{font-size:11px;color:#707177;}
+	.ft08{font-size:11px;color:#000000;}
+	.ft09{font-size:11px;line-height:16px;color:#000000;}
+	.ft010{font-size:11px;line-height:17px;color:#000000;}
+	.ft011{font-size:13px;line-height:21px;color:#000000;}
+-->
+</style>
+</head>
+<body bgcolor="#A0A0A0" vlink="blue" link="blue">
+<div id="page23-div" style="position:relative;width:892px;height:1263px;">
+<img width="892" height="1263" src="OOo2HelpAuthoring023.png" alt="background image"/>
+<p style="position:absolute;top:345px;left:128px;white-space:nowrap" class="ft00">2&#160;Help&#160;File&#160;XML&#160;format&#160;Basics</p>
+<p style="position:absolute;top:399px;left:236px;white-space:nowrap" class="ft01"><b>Basic&#160;Document&#160;Structure</b></p>
+<p style="position:absolute;top:433px;left:236px;white-space:nowrap" class="ft02">The&#160;basic&#160;structure&#160;of&#160;a&#160;valid&#160;help&#160;file&#160;for&#160;OpenOffice.org&#160;consists&#160;of&#160;a&#160;</p>
+<p style="position:absolute;top:435px;left:711px;white-space:nowrap" class="ft03">helpdocument&#160;</p>
+<p style="position:absolute;top:458px;left:236px;white-space:nowrap" class="ft04">root</p>
+<p style="position:absolute;top:455px;left:268px;white-space:nowrap" class="ft02">&#160;element&#160;with&#160;one&#160;</p>
+<p style="position:absolute;top:458px;left:392px;white-space:nowrap" class="ft04">meta</p>
+<p style="position:absolute;top:455px;left:424px;white-space:nowrap" class="ft02">&#160;and&#160;one&#160;</p>
+<p style="position:absolute;top:458px;left:489px;white-space:nowrap" class="ft04">body</p>
+<p style="position:absolute;top:455px;left:521px;white-space:nowrap" class="ft02">&#160;sub-element&#160;containing&#160;the&#160;content&#160;(</p>
+<p style="position:absolute;top:458px;left:770px;white-space:nowrap" class="ft04">body</p>
+<p style="position:absolute;top:455px;left:803px;white-space:nowrap" class="ft02">)&#160;</p>
+<p style="position:absolute;top:478px;left:236px;white-space:nowrap" class="ft02">and&#160;meta&#160;information&#160;(</p>
+<p style="position:absolute;top:480px;left:386px;white-space:nowrap" class="ft04">meta</p>
+<p style="position:absolute;top:478px;left:418px;white-space:nowrap" class="ft02">).&#160;The&#160;minimum&#160;information&#160;is&#160;a&#160;topic&#160;title&#160;and&#160;the&#160;filename&#160;</p>
+<p style="position:absolute;top:500px;left:236px;white-space:nowrap" class="ft02">inside&#160;the&#160;elements&#160;</p>
+<p style="position:absolute;top:539px;left:263px;white-space:nowrap" class="ft02">•</p>
+<p style="position:absolute;top:542px;left:290px;white-space:nowrap" class="ft04">/helpdocument/meta/topic/title</p>
+<p style="position:absolute;top:540px;left:533px;white-space:nowrap" class="ft02">&#160;and</p>
+<p style="position:absolute;top:572px;left:263px;white-space:nowrap" class="ft02">•</p>
+<p style="position:absolute;top:576px;left:290px;white-space:nowrap" class="ft04">/helpdocument/meta/topic/filename</p>
+<p style="position:absolute;top:641px;left:267px;white-space:nowrap" class="ft010">&lt;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&gt;<br/>&lt;helpdocument version=&#34;1.0&#34;&gt;<br/>&#160; &lt;meta&gt;<br/>&#160; &#160; &lt;topic id=&#34;someid&#34; indexer=&#34;include&#34; status=&#34;PUBLISH&#34;&gt;<br/>&#160; &#160; &#160; &lt;title xml-lang=&#34;en-US&#34; id=&#34;tit&#34;&gt;Topic Title&lt;/title&gt;<br/>&#160; &#160; &#160; &lt;filename&gt;text/swriter/01/012345.xhp&lt;/filename&gt;<br/>&#160; &#160; &lt;/topic&gt;<br/>&#160; &lt;/meta&gt;<br/>&#160; &lt;body&gt;<br/>&#160; &lt;/body&gt;<br/>&lt;/helpdocument&gt;</p>
+<p style="position:absolute;top:856px;left:236px;white-space:nowrap" class="ft05">▷&#160;The&#160;help&#160;file&#160;extension&#160;is&#160;</p>
+<p style="position:absolute;top:856px;left:393px;white-space:nowrap" class="ft04">xhp</p>
+<p style="position:absolute;top:856px;left:417px;white-space:nowrap" class="ft05">.</p>
+<p style="position:absolute;top:921px;left:236px;white-space:nowrap" class="ft01"><b>Using&#160;Variables</b></p>
+<p style="position:absolute;top:954px;left:236px;white-space:nowrap" class="ft011">In&#160;&#160;&#160;the&#160;&#160;&#160;help&#160;&#160;&#160;files&#160;&#160;&#160;the&#160;&#160;&#160;following&#160;&#160;&#160;variables&#160;&#160;&#160;are&#160;&#160;&#160;used&#160;&#160;&#160;to&#160;&#160;&#160;designate&#160;&#160;&#160;the&#160;&#160;&#160;name&#160;&#160;&#160;and&#160;&#160;&#160;the&#160;<br/>version&#160;&#160;&#160;of&#160;&#160;&#160;the&#160;&#160;&#160;product.&#160;&#160;&#160;This&#160;&#160;&#160;is&#160;&#160;&#160;to&#160;&#160;&#160;allow&#160;&#160;&#160;for&#160;&#160;&#160;correct&#160;&#160;&#160;branding&#160;&#160;&#160;of&#160;&#160;&#160;the&#160;&#160;&#160;product&#160;&#160;&#160;(for&#160;<br/>example,&#160;OpenOffice.org&#160;vs.&#160;StarOffice).&#160;You&#160;must&#160;never&#160;use&#160;the&#160;literal&#160;name&#160;of&#160;the&#160;<br/>product&#160;but&#160;instead&#160;one&#160;of&#160;the&#160;following&#160;variables[<a href="OOo2He
 lpAuthoring-23.html">6</a>]:</p>
+<p style="position:absolute;top:1100px;left:128px;white-space:nowrap" class="ft06">6</p>
+<p style="position:absolute;top:1100px;left:149px;white-space:nowrap" class="ft06">In&#160;addition&#160;to&#160;these&#160;variables,&#160;the&#160;following&#160;two&#160;variables&#160;are&#160;still&#160;used&#160;in&#160;the&#160;help&#160;files&#160;for&#160;legacy&#160;reasons&#160;but&#160;deprecated:&#160;</p>
+<p style="position:absolute;top:1100px;left:713px;white-space:nowrap" class="ft07">$[officename]&#160;</p>
+<p style="position:absolute;top:1114px;left:149px;white-space:nowrap" class="ft06">and&#160;</p>
+<p style="position:absolute;top:1113px;left:169px;white-space:nowrap" class="ft07">$[officeversion]</p>
+<p style="position:absolute;top:1114px;left:284px;white-space:nowrap" class="ft06">.</p>
+<p style="position:absolute;top:1148px;left:795px;white-space:nowrap" class="ft08"><b>23</b></p>
+</div>
+</body>
+</html>
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
+<head>
+<title>Page 24</title>
+
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<style type="text/css">
+<!--
+	p {margin: 0; padding: 0;}	.ft00{font-size:13px;color:#000000;}
+	.ft01{font-size:11px;color:#707177;}
+	.ft02{font-size:13px;color:#000000;}
+	.ft03{font-size:13px;color:#000000;}
+	.ft04{font-size:16px;color:#000000;}
+	.ft05{font-size:11px;color:#ffffff;}
+	.ft06{font-size:11px;color:#000000;}
+	.ft07{font-size:11px;color:#000000;}
+	.ft08{font-size:8px;color:#000000;}
+	.ft09{font-size:11px;color:#000000;}
+	.ft010{font-size:13px;line-height:21px;color:#000000;}
+	.ft011{font-size:11px;line-height:13px;color:#000000;}
+-->
+</style>
+</head>
+<body bgcolor="#A0A0A0" vlink="blue" link="blue">
+<div id="page24-div" style="position:relative;width:892px;height:1263px;">
+<img width="892" height="1263" src="OOo2HelpAuthoring024.png" alt="background image"/>
+<p style="position:absolute;top:136px;left:220px;white-space:nowrap" class="ft00">•</p>
+<p style="position:absolute;top:140px;left:247px;white-space:nowrap" class="ft01">%PRODUCTNAME</p>
+<p style="position:absolute;top:137px;left:344px;white-space:nowrap" class="ft00">&#160;&#160;designates&#160;&#160;&#160;the&#160;&#160;&#160;name&#160;&#160;&#160;of&#160;&#160;&#160;the&#160;&#160;&#160;product,&#160;&#160;&#160;for&#160;&#160;&#160;example&#160;</p>
+<p style="position:absolute;top:160px;left:247px;white-space:nowrap" class="ft02"><b>OpenOffice.org</b>.</p>
+<p style="position:absolute;top:191px;left:220px;white-space:nowrap" class="ft00">•</p>
+<p style="position:absolute;top:195px;left:247px;white-space:nowrap" class="ft01">%PRODUCTVERSION</p>
+<p style="position:absolute;top:192px;left:369px;white-space:nowrap" class="ft00">&#160;designates&#160;the&#160;current&#160;version&#160;of&#160;the&#160;product,&#160;for&#160;example&#160;</p>
+<p style="position:absolute;top:215px;left:247px;white-space:nowrap" class="ft02"><b>2.0</b>.</p>
+<p style="position:absolute;top:245px;left:193px;white-space:nowrap" class="ft00">Both&#160;&#160;&#160;variables&#160;&#160;&#160;are&#160;&#160;&#160;replaced&#160;&#160;&#160;by&#160;&#160;&#160;the&#160;&#160;&#160;main&#160;&#160;&#160;transformation&#160;&#160;&#160;style&#160;&#160;&#160;sheet&#160;</p>
+<p style="position:absolute;top:269px;left:193px;white-space:nowrap" class="ft01">main_transform.xsl</p>
+<p style="position:absolute;top:267px;left:339px;white-space:nowrap" class="ft00">&#160;&#160;(see&#160;page&#160;&#160;<a href="OOo2HelpAuthoring-16.html">16)</a>&#160;when&#160;the&#160;help&#160;is&#160;displayed.&#160;The&#160;corresponding&#160;</p>
+<p style="position:absolute;top:289px;left:193px;white-space:nowrap" class="ft010">information&#160;is&#160;taken&#160;from&#160;the&#160;application's&#160;configuration&#160;information&#160;and&#160;passed&#160;to&#160;the&#160;<br/>style&#160;sheet&#160;(see<a href="OOo2HelpAuthoring-16.html">&#160;<i>The&#160;Main&#160;Transformation&#160;Style&#160;Sheet</i>&#160;</a>on&#160;page<a href="OOo2HelpAuthoring-16.html">&#160;16</a>).</p>
+<p style="position:absolute;top:363px;left:193px;white-space:nowrap" class="ft04"><b>Paragraph&#160;Roles</b></p>
+<p style="position:absolute;top:396px;left:193px;white-space:nowrap" class="ft00">The&#160;main&#160;element&#160;for&#160;help&#160;content&#160;is&#160;a&#160;&#160;</p>
+<p style="position:absolute;top:399px;left:476px;white-space:nowrap" class="ft01">paragraph</p>
+<p style="position:absolute;top:396px;left:548px;white-space:nowrap" class="ft00">.&#160;There&#160;is&#160;no&#160;heading&#160;element,&#160;</p>
+<p style="position:absolute;top:419px;left:193px;white-space:nowrap" class="ft00">instead&#160;all&#160;headings&#160;are&#160;treated&#160;as&#160;paragraphs&#160;with&#160;a&#160;heading&#160;<i>role</i>.&#160;The&#160;</p>
+<p style="position:absolute;top:421px;left:674px;white-space:nowrap" class="ft01">role</p>
+<p style="position:absolute;top:419px;left:707px;white-space:nowrap" class="ft00">&#160;attribute&#160;</p>
+<p style="position:absolute;top:441px;left:193px;white-space:nowrap" class="ft00">defines&#160;the&#160;&#160;role&#160;&#160;&#160;of&#160;&#160;&#160;a&#160;&#160;paragraph&#160;&#160;with&#160;&#160;the&#160;&#160;</p>
+<p style="position:absolute;top:443px;left:484px;white-space:nowrap" class="ft01">paragraph</p>
+<p style="position:absolute;top:441px;left:557px;white-space:nowrap" class="ft00">&#160;&#160;role&#160;&#160;&#160;being&#160;&#160;the&#160;&#160;&#160;standard.&#160;&#160;The&#160;</p>
+<p style="position:absolute;top:463px;left:193px;white-space:nowrap" class="ft00">values&#160;for&#160;the&#160;role&#160;attribute&#160;are&#160;not&#160;defined&#160;in&#160;the&#160;DTD.&#160;</p>
+<p style="position:absolute;top:508px;left:193px;white-space:nowrap" class="ft00">During&#160;the&#160;conversion&#160;process&#160;(XML</p>
+<p style="position:absolute;top:508px;left:437px;white-space:nowrap" class="ft00">→HTML)&#160;the&#160;</p>
+<p style="position:absolute;top:511px;left:525px;white-space:nowrap" class="ft01">role</p>
+<p style="position:absolute;top:508px;left:557px;white-space:nowrap" class="ft00">&#160;attribute&#160;is&#160;mapped&#160;to&#160;a&#160;</p>
+<p style="position:absolute;top:511px;left:725px;white-space:nowrap" class="ft01">class&#160;</p>
+<p style="position:absolute;top:531px;left:193px;white-space:nowrap" class="ft010">attribute&#160;of&#160;the&#160;corresponding&#160;HTML&#160;element&#160;allowing&#160;to&#160;influence&#160;the&#160;layout&#160;of&#160;the&#160;<br/>corresponding&#160;paragraph&#160;using&#160;cascading&#160;style&#160;sheets.[<a href="OOo2HelpAuthoring-24.html">7</a>]</p>
+<p style="position:absolute;top:591px;left:193px;white-space:nowrap" class="ft010">The&#160;&#160;&#160;following&#160;&#160;&#160;roles&#160;&#160;&#160;are&#160;&#160;&#160;currently&#160;&#160;&#160;suggested&#160;&#160;&#160;and&#160;&#160;&#160;defined&#160;&#160;&#160;in&#160;&#160;&#160;the&#160;&#160;&#160;help&#160;&#160;&#160;authoring&#160;<br/>template.&#160;More&#160;roles&#160;can&#160;be&#160;defined&#160;as&#160;required&#160;(see&#160;also&#160;<a href="OOo2HelpAuthoring-86.html"><i>Paragraph&#160;Formatting</i></a>&#160;on&#160;<br/>page&#160;<a href="OOo2HelpAuthoring-86.html">86</a>):</p>
+<p style="position:absolute;top:695px;left:200px;white-space:nowrap" class="ft05"><b>Role</b></p>
+<p style="position:absolute;top:695px;left:319px;white-space:nowrap" class="ft05"><b>Description</b></p>
+<p style="position:absolute;top:695px;left:556px;white-space:nowrap" class="ft05"><b>Converts&#160;to...</b></p>
+<p style="position:absolute;top:722px;left:200px;white-space:nowrap" class="ft06">paragraph</p>
+<p style="position:absolute;top:722px;left:319px;white-space:nowrap" class="ft06">A&#160;standard&#160;paragraph</p>
+<p style="position:absolute;top:722px;left:556px;white-space:nowrap" class="ft011">&lt;p&#160;class=&#34;paragraph&#34;&gt;...<br/>&lt;/p&gt;</p>
+<p style="position:absolute;top:761px;left:200px;white-space:nowrap" class="ft06">heading</p>
+<p style="position:absolute;top:761px;left:319px;white-space:nowrap" class="ft06">A&#160;heading&#160;</p>
+<p style="position:absolute;top:775px;left:319px;white-space:nowrap" class="ft011">If&#160;this&#160;role&#160;is&#160;assigned&#160;to&#160;a&#160;paragraph,&#160;the&#160;<br/>heading&#160;level&#160;has&#160;to&#160;be&#160;specified&#160;using&#160;</p>
+<p style="position:absolute;top:802px;left:319px;white-space:nowrap" class="ft011">the&#160;level&#160;attribute&#160;of&#160;the&#160;paragraph&#160;<br/>element.</p>
+<p style="position:absolute;top:761px;left:556px;white-space:nowrap" class="ft06">&lt;h1&gt;...&lt;/h1&gt;</p>
+<p style="position:absolute;top:775px;left:556px;white-space:nowrap" class="ft011">to<br/>&lt;h6&gt;...&lt;/h6&gt;</p>
+<p style="position:absolute;top:841px;left:200px;white-space:nowrap" class="ft06">note</p>
+<p style="position:absolute;top:841px;left:319px;white-space:nowrap" class="ft06">A&#160;note</p>
+<p style="position:absolute;top:841px;left:556px;white-space:nowrap" class="ft06">&lt;p&#160;class=&#34;note&#34;&gt;...&lt;/p&gt;</p>
+<p style="position:absolute;top:868px;left:200px;white-space:nowrap" class="ft06">warning</p>
+<p style="position:absolute;top:868px;left:319px;white-space:nowrap" class="ft06">A&#160;warning</p>
+<p style="position:absolute;top:868px;left:556px;white-space:nowrap" class="ft06">&lt;p&#160;class=&#34;warning&#34;&gt;...&lt;/p&gt;</p>
+<p style="position:absolute;top:894px;left:200px;white-space:nowrap" class="ft06">tip</p>
+<p style="position:absolute;top:894px;left:319px;white-space:nowrap" class="ft06">A&#160;tip</p>
+<p style="position:absolute;top:894px;left:556px;white-space:nowrap" class="ft06">&lt;p&#160;class=&#34;tip&#34;&gt;...&lt;/p&gt;</p>
+<p style="position:absolute;top:920px;left:200px;white-space:nowrap" class="ft06">code</p>
+<p style="position:absolute;top:920px;left:319px;white-space:nowrap" class="ft06">A&#160;code&#160;fragment</p>
+<p style="position:absolute;top:920px;left:556px;white-space:nowrap" class="ft06">&lt;p&#160;class=&#34;code&#34;&gt;...&lt;/p&gt;</p>
+<p style="position:absolute;top:946px;left:200px;white-space:nowrap" class="ft06">example</p>
+<p style="position:absolute;top:946px;left:319px;white-space:nowrap" class="ft06">An&#160;example</p>
+<p style="position:absolute;top:946px;left:556px;white-space:nowrap" class="ft06">&lt;p&#160;class=&#34;example&#34;&gt;&#160;...&lt;/p&gt;</p>
+<p style="position:absolute;top:973px;left:200px;white-space:nowrap" class="ft06">tablehead</p>
+<p style="position:absolute;top:973px;left:319px;white-space:nowrap" class="ft06">A&#160;table&#160;head&#160;(first&#160;rows)</p>
+<p style="position:absolute;top:973px;left:556px;white-space:nowrap" class="ft06">&lt;p&#160;class=&#34;tablehead&#34;&gt;</p>
+<p style="position:absolute;top:986px;left:556px;white-space:nowrap" class="ft06">...&lt;/p&gt;</p>
+<p style="position:absolute;top:1012px;left:200px;white-space:nowrap" class="ft06">tablecontent</p>
+<p style="position:absolute;top:1012px;left:319px;white-space:nowrap" class="ft06">Table&#160;contents</p>
+<p style="position:absolute;top:1012px;left:556px;white-space:nowrap" class="ft011">&lt;p&#160;class=&#34;tablecontent&#34;&gt;<br/>...&lt;/p&gt;</p>
+<p style="position:absolute;top:1050px;left:193px;white-space:nowrap" class="ft07"><i>Table&#160;4: Paragraph&#160;Roles</i></p>
+<p style="position:absolute;top:1115px;left:85px;white-space:nowrap" class="ft08">7</p>
+<p style="position:absolute;top:1115px;left:106px;white-space:nowrap" class="ft08">Be&#160;advised&#160;that&#160;the&#160;help&#160;viewer&#160;component&#160;does&#160;not&#160;support&#160;all&#160;of&#160;CSS2.</p>
+<p style="position:absolute;top:1148px;left:85px;white-space:nowrap" class="ft09"><b>24</b></p>
+</div>
+</body>
+</html>
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
+<head>
+<title>Page 25</title>
+
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<style type="text/css">
+<!--
+	p {margin: 0; padding: 0;}	.ft00{font-size:13px;color:#000000;}
+	.ft01{font-size:16px;color:#000000;}
+	.ft02{font-size:13px;color:#5a547c;}
+	.ft03{font-size:11px;color:#707177;}
+	.ft04{font-size:11px;color:#000000;}
+	.ft05{font-size:13px;color:#000000;}
+	.ft06{font-size:11px;color:#000000;}
+	.ft07{font-size:11px;color:#000000;}
+	.ft08{font-size:13px;color:#5a547c;}
+	.ft09{font-size:11px;color:#000000;}
+	.ft010{font-size:13px;line-height:21px;color:#000000;}
+	.ft011{font-size:11px;line-height:18px;color:#000000;}
+	.ft012{font-size:11px;line-height:15px;color:#000000;}
+	.ft013{font-size:11px;line-height:17px;color:#000000;}
+	.ft014{font-size:11px;line-height:16px;color:#000000;}
+-->
+</style>
+</head>
+<body bgcolor="#A0A0A0" vlink="blue" link="blue">
+<div id="page25-div" style="position:relative;width:892px;height:1263px;">
+<img width="892" height="1263" src="OOo2HelpAuthoring025.png" alt="background image"/>
+<p style="position:absolute;top:136px;left:236px;white-space:nowrap" class="ft010">If&#160;you&#160;use&#160;other&#160;roles,&#160;you&#160;must&#160;ensure&#160;that&#160;they&#160;are&#160;taken&#160;into&#160;account&#160;by&#160;the&#160;CSS&#160;<br/>files&#160;that&#160;define&#160;the&#160;help&#160;file&#160;display&#160;format.</p>
+<p style="position:absolute;top:209px;left:236px;white-space:nowrap" class="ft01"><b>Defining&#160;Index,&#160;Contents,&#160;and&#160;Context&#160;Sensitivity</b></p>
+<p style="position:absolute;top:243px;left:236px;white-space:nowrap" class="ft010">The&#160;help&#160;uses&#160;one&#160;unified&#160;bookmarking&#160;system&#160;to&#160;set&#160;anchors&#160;inside&#160;the&#160;help&#160;files&#160;<br/>which&#160;are&#160;used&#160;by&#160;the&#160;</p>
+<p style="position:absolute;top:266px;left:393px;white-space:nowrap" class="ft02"><b>Index</b></p>
+<p style="position:absolute;top:265px;left:438px;white-space:nowrap" class="ft00">&#160;tab,&#160;the&#160;</p>
+<p style="position:absolute;top:266px;left:500px;white-space:nowrap" class="ft02"><b>Contents</b></p>
+<p style="position:absolute;top:265px;left:572px;white-space:nowrap" class="ft00">&#160;tab&#160;and&#160;for&#160;context-sensitive&#160;help.&#160;</p>
+<p style="position:absolute;top:287px;left:236px;white-space:nowrap" class="ft00">The&#160;&#160;&#160;main&#160;&#160;&#160;element&#160;&#160;&#160;is&#160;&#160;&#160;the&#160;&#160;</p>
+<p style="position:absolute;top:290px;left:419px;white-space:nowrap" class="ft03">bookmark</p>
+<p style="position:absolute;top:287px;left:484px;white-space:nowrap" class="ft00">&#160;&#160;element.&#160;&#160;&#160;A&#160;&#160;&#160;bookmark&#160;&#160;&#160;has&#160;&#160;&#160;a&#160;&#160;</p>
+<p style="position:absolute;top:290px;left:697px;white-space:nowrap" class="ft03">branch</p>
+<p style="position:absolute;top:287px;left:746px;white-space:nowrap" class="ft00">&#160;&#160;attribute&#160;</p>
+<p style="position:absolute;top:311px;left:236px;white-space:nowrap" class="ft010">representing&#160;&#160;&#160;the&#160;&#160;&#160;purpose&#160;&#160;&#160;of&#160;&#160;&#160;the&#160;&#160;&#160;bookmark.&#160;&#160;&#160;Currently&#160;&#160;&#160;there&#160;&#160;&#160;are&#160;&#160;&#160;three&#160;&#160;&#160;branches&#160;<br/>defined:&#160;</p>
+<p style="position:absolute;top:333px;left:293px;white-space:nowrap" class="ft03">contents</p>
+<p style="position:absolute;top:331px;left:358px;white-space:nowrap" class="ft00">,&#160;</p>
+<p style="position:absolute;top:333px;left:366px;white-space:nowrap" class="ft03">index</p>
+<p style="position:absolute;top:331px;left:407px;white-space:nowrap" class="ft00">,&#160;and&#160;</p>
+<p style="position:absolute;top:333px;left:444px;white-space:nowrap" class="ft03">hid</p>
+<p style="position:absolute;top:331px;left:469px;white-space:nowrap" class="ft00">.</p>
+<p style="position:absolute;top:371px;left:236px;white-space:nowrap" class="ft00">To&#160;define&#160;an&#160;anchor&#160;for&#160;a&#160;bookmark&#160;inside&#160;a&#160;help&#160;document,&#160;the&#160;element&#160;</p>
+<p style="position:absolute;top:373px;left:727px;white-space:nowrap" class="ft03">&lt;bookmark&gt;&#160;</p>
+<p style="position:absolute;top:393px;left:236px;white-space:nowrap" class="ft00">has&#160;to&#160;be&#160;positioned&#160;at&#160;the&#160;place&#160;the&#160;bookmark&#160;will&#160;point&#160;to.&#160;The&#160;&#160;</p>
+<p style="position:absolute;top:395px;left:698px;white-space:nowrap" class="ft03">branch</p>
+<p style="position:absolute;top:393px;left:747px;white-space:nowrap" class="ft00">&#160;&#160;attribute&#160;</p>
+<p style="position:absolute;top:415px;left:236px;white-space:nowrap" class="ft010">specifies&#160;the&#160;type&#160;of&#160;bookmark&#160;to&#160;be&#160;defined&#160;(a&#160;content&#160;entry,&#160;an&#160;index&#160;entry,&#160;or&#160;a&#160;help&#160;<br/>ID),&#160;&#160;while&#160;&#160;&#160;the&#160;&#160;&#160;sub-element&#160;&#160;</p>
+<p style="position:absolute;top:439px;left:428px;white-space:nowrap" class="ft03">bookmark_value</p>
+<p style="position:absolute;top:437px;left:542px;white-space:nowrap" class="ft00">&#160;&#160;contains&#160;&#160;&#160;the&#160;&#160;&#160;visible&#160;&#160;&#160;bookmark&#160;&#160;text,&#160;&#160;&#160;if&#160;</p>
+<p style="position:absolute;top:459px;left:236px;white-space:nowrap" class="ft00">applicable.</p>
+<p style="position:absolute;top:512px;left:236px;white-space:nowrap" class="ft04">▷&#160;The&#160;only&#160;child&#160;&#160;element&#160;that&#160;is&#160;allowed&#160;inside&#160;&#160;the&#160;&#160;</p>
+<p style="position:absolute;top:512px;left:539px;white-space:nowrap" class="ft03">bookmark_value</p>
+<p style="position:absolute;top:512px;left:652px;white-space:nowrap" class="ft04">&#160;&#160;is&#160;&#160;</p>
+<p style="position:absolute;top:512px;left:673px;white-space:nowrap" class="ft03">embedvar</p>
+<p style="position:absolute;top:512px;left:737px;white-space:nowrap" class="ft04">&#160;&#160;to&#160;&#160;allow&#160;</p>
+<p style="position:absolute;top:532px;left:257px;white-space:nowrap" class="ft011">embedding&#160;of&#160;commonly&#160;used&#160;titles&#160;for&#160;content&#160;nodes&#160;or&#160;index&#160;entries.&#160;For&#160;examples&#160;of&#160;using&#160;<br/>embedded&#160;fragments&#160;inside&#160;bookmark&#160;values,&#160;refer&#160;to&#160;the&#160;next&#160;sections.</p>
+<p style="position:absolute;top:612px;left:236px;white-space:nowrap" class="ft05"><b>Contents&#160;Branch</b></p>
+<p style="position:absolute;top:638px;left:236px;white-space:nowrap" class="ft00">Content&#160;entries&#160;are&#160;displayed&#160;on&#160;the&#160;Content&#160;tab&#160;page&#160;of&#160;the&#160;help&#160;viewer.&#160;The&#160;</p>
+<p style="position:absolute;top:640px;left:759px;white-space:nowrap" class="ft06">branch&#160;</p>
+<p style="position:absolute;top:660px;left:236px;white-space:nowrap" class="ft00">attribute&#160;takes&#160;the&#160;value&#160;</p>
+<p style="position:absolute;top:662px;left:405px;white-space:nowrap" class="ft03">contents</p>
+<p style="position:absolute;top:660px;left:470px;white-space:nowrap" class="ft00">.&#160;The&#160;bookmark&#160;value&#160;can&#160;contain&#160;any&#160;number&#160;of&#160;</p>
+<p style="position:absolute;top:682px;left:236px;white-space:nowrap" class="ft010">levels&#160;separated&#160;by&#160;slashes,&#160;with&#160;the&#160;last&#160;part&#160;of&#160;the&#160;bookmark&#160;value&#160;serving&#160;as&#160;the&#160;<br/>entry&#160;and&#160;the&#160;other&#160;parts&#160;serving&#160;as&#160;nodes.</p>
+<p style="position:absolute;top:757px;left:236px;white-space:nowrap" class="ft04">▷&#160;Note&#160;that&#160;currently&#160;the&#160;contents&#160;branch&#160;<i>is&#160;not</i>&#160;implemented&#160;in&#160;the&#160;help&#160;build&#160;process.</p>
+<p style="position:absolute;top:812px;left:236px;white-space:nowrap" class="ft08"><i>Example</i></p>
+<p style="position:absolute;top:845px;left:267px;white-space:nowrap" class="ft012">&lt;bookmark branch=&#34;contents&#34;&#160;<br/>xml-lang=&#34;en-US&#34; id=&#34;bm1&#34;&gt;</p>
+<p style="position:absolute;top:895px;left:267px;white-space:nowrap" class="ft012">&#160; &lt;bookmark_value&gt;<br/>&#160; &#160; Text Documents/<br/>&#160; &#160; Objects in Text Documents/<br/>&#160; &#160; Positioning Objects<br/>&#160; &lt;/bookmark_value&gt;</p>
+<p style="position:absolute;top:994px;left:267px;white-space:nowrap" class="ft04">&lt;/bookmark&gt;</p>
+<p style="position:absolute;top:1024px;left:236px;white-space:nowrap" class="ft010">A&#160;bookmark&#160;value&#160;can&#160;also&#160;contain&#160;embedded&#160;fragments&#160;for&#160;node&#160;titles.&#160;This&#160;reduces&#160;<br/>redundancy,&#160;maintenance&#160;effort,&#160;and&#160;the&#160;risk&#160;of&#160;introducing&#160;errors&#160;through&#160;typos.&#160;This&#160;<br/>can&#160;be&#160;avoided&#160;if&#160;the&#160;top&#160;level&#160;entries&#160;for&#160;the&#160;content&#160;tree&#160;are&#160;defined&#160;separately:</p>
+<p style="position:absolute;top:1148px;left:795px;white-space:nowrap" class="ft09"><b>25</b></p>
+</div>
+</body>
+</html>
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
+<head>
+<title>Page 26</title>
+
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<style type="text/css">
+<!--
+	p {margin: 0; padding: 0;}	.ft00{font-size:11px;color:#000000;}
+	.ft01{font-size:13px;color:#000000;}
+	.ft02{font-size:13px;color:#000000;}
+	.ft03{font-size:11px;color:#000000;}
+	.ft04{font-size:11px;color:#707177;}
+	.ft05{font-size:13px;color:#000000;}
+	.ft06{font-size:13px;color:#5a547c;}
+	.ft07{font-size:11px;color:#000000;}
+	.ft08{font-size:11px;color:#666666;}
+	.ft09{font-size:11px;line-height:16px;color:#000000;}
+	.ft010{font-size:11px;line-height:17px;color:#000000;}
+	.ft011{font-size:11px;line-height:15px;color:#000000;}
+	.ft012{font-size:13px;line-height:21px;color:#000000;}
+-->
+</style>
+</head>
+<body bgcolor="#A0A0A0" vlink="blue" link="blue">
+<div id="page26-div" style="position:relative;width:892px;height:1263px;">
+<img width="892" height="1263" src="OOo2HelpAuthoring026.png" alt="background image"/>
+<p style="position:absolute;top:146px;left:224px;white-space:nowrap" class="ft09">&lt;variable id=&#34;textdocs&#34;&gt;Text Documents&lt;/variable&gt;<br/>&lt;variable id=&#34;objtextdocs&#34;&gt;Objects in Text Documents&lt;/variable&gt;</p>
+<p style="position:absolute;top:193px;left:193px;white-space:nowrap" class="ft01">and&#160;embedded&#160;as&#160;text&#160;fragments:</p>
+<p style="position:absolute;top:239px;left:224px;white-space:nowrap" class="ft09">&lt;bookmark_value&gt;<br/>&#160; &lt;embedvar href=&#34;/text/shared/00/variables.xhp#textdocs&#34;/&gt;/<br/>&#160; &lt;embedvar href=&#34;/text/shared/00/variables.xhp#objtextdocs&#34;/&gt;/<br/>&#160; ...<br/>&lt;/bookmark&gt;</p>
+<p style="position:absolute;top:350px;left:193px;white-space:nowrap" class="ft02"><b>Index&#160;Branch</b></p>
+<p style="position:absolute;top:376px;left:193px;white-space:nowrap" class="ft01">Index&#160;Entries&#160;are&#160;displayed&#160;on&#160;the&#160;Index&#160;tab&#160;page&#160;of&#160;the&#160;help&#160;viewer.&#160;The&#160;&#160;</p>
+<p style="position:absolute;top:378px;left:717px;white-space:nowrap" class="ft03">branch&#160;</p>
+<p style="position:absolute;top:398px;left:193px;white-space:nowrap" class="ft01">attribute&#160;&#160;&#160;takes&#160;&#160;&#160;the&#160;&#160;&#160;value&#160;&#160;</p>
+<p style="position:absolute;top:400px;left:378px;white-space:nowrap" class="ft04">index</p>
+<p style="position:absolute;top:398px;left:419px;white-space:nowrap" class="ft01">&#160;&#160;Currently,&#160;&#160;&#160;index&#160;&#160;&#160;entries&#160;&#160;can&#160;&#160;contain&#160;&#160;<i>two</i>&#160;&#160;levels&#160;</p>
+<p style="position:absolute;top:420px;left:193px;white-space:nowrap" class="ft01">separated&#160;by&#160;a&#160;semicolon.</p>
+<p style="position:absolute;top:464px;left:193px;white-space:nowrap" class="ft06"><i>Example</i></p>
+<p style="position:absolute;top:497px;left:224px;white-space:nowrap" class="ft00">&lt;bookmark branch=&#34;index&#34; id=&#34;bm1&#34; xml-lang=&#34;en-US&#34;&gt;</p>
+<p style="position:absolute;top:531px;left:224px;white-space:nowrap" class="ft011">&#160; &lt;bookmark_value&gt;<br/>&#160; &#160; editor;contour editor<br/>&#160; &lt;/bookmark_value&gt;</p>
+<p style="position:absolute;top:596px;left:224px;white-space:nowrap" class="ft00">&lt;/bookmark&gt;</p>
+<p style="position:absolute;top:626px;left:193px;white-space:nowrap" class="ft012">As&#160;with&#160;content&#160;entries,&#160;the&#160;bookmark&#160;values&#160;for&#160;index&#160;entries&#160;can&#160;contain&#160;embedded&#160;<br/>text&#160;fragments&#160;by&#160;using&#160;the&#160;&#160;</p>
+<p style="position:absolute;top:650px;left:388px;white-space:nowrap" class="ft03">embedvar</p>
+<p style="position:absolute;top:647px;left:452px;white-space:nowrap" class="ft01">&#160;&#160;element,&#160;which&#160;can&#160;be&#160;useful&#160;if&#160;names&#160;of&#160;UI&#160;</p>
+<p style="position:absolute;top:670px;left:193px;white-space:nowrap" class="ft01">elements&#160;are&#160;used&#160;that&#160;are&#160;subject&#160;to&#160;change.</p>
+<p style="position:absolute;top:721px;left:193px;white-space:nowrap" class="ft02"><b>&#34;hid&#34;&#160;Branch</b></p>
+<p style="position:absolute;top:747px;left:193px;white-space:nowrap" class="ft012">Help&#160;&#160;&#160;IDs&#160;&#160;&#160;are&#160;&#160;&#160;never&#160;&#160;&#160;displayed&#160;&#160;&#160;but&#160;&#160;&#160;instead&#160;&#160;&#160;trigger&#160;&#160;&#160;context-sensitive&#160;&#160;&#160;help&#160;&#160;&#160;inside&#160;<br/>OpenOffice.org.&#160;The&#160;</p>
+<p style="position:absolute;top:770px;left:334px;white-space:nowrap" class="ft04">branch</p>
+<p style="position:absolute;top:768px;left:383px;white-space:nowrap" class="ft01">&#160;attribute&#160;takes&#160;the&#160;value&#160;</p>
+<p style="position:absolute;top:770px;left:552px;white-space:nowrap" class="ft04">hid</p>
+<p style="position:absolute;top:768px;left:576px;white-space:nowrap" class="ft01">&#160;and&#160;in&#160;addition&#160;contains&#160;the&#160;</p>
+<p style="position:absolute;top:790px;left:193px;white-space:nowrap" class="ft01">help&#160;ID&#160;associated&#160;with&#160;the&#160;bookmark.</p>
+<p style="position:absolute;top:836px;left:224px;white-space:nowrap" class="ft011">&lt;bookmark id=&#34;bm_9876&#34; xml-lang=&#34;en-US&#34;&#160;<br/>branch=&#34;<b>hid/HID_SOME_HELP_ID</b>&#34;/&gt;</p>
+<p style="position:absolute;top:882px;left:193px;white-space:nowrap" class="ft012">A&#160;bookmark&#160;for&#160;a&#160;given&#160;help&#160;ID&#160;can&#160;only&#160;be&#160;used&#160;<i>once</i>&#160;inside&#160;the&#160;help&#160;files&#160;since&#160;the&#160;<br/>bookmark&#160;defines&#160;the&#160;entry&#160;point&#160;for&#160;the&#160;help&#160;viewer&#160;when&#160;context-sensitive&#160;help&#160;is&#160;<br/>triggered&#160;from&#160;the&#160;UI&#160;either&#160;through&#160;the&#160;use&#160;of&#160;the&#160;</p>
+<p style="position:absolute;top:927px;left:527px;white-space:nowrap" class="ft08"><b>F1</b></p>
+<p style="position:absolute;top:924px;left:543px;white-space:nowrap" class="ft01">&#160;key&#160;or&#160;the&#160;</p>
+<p style="position:absolute;top:927px;left:617px;white-space:nowrap" class="ft08"><b>Help</b></p>
+<p style="position:absolute;top:924px;left:649px;white-space:nowrap" class="ft01">&#160;button.</p>
+<p style="position:absolute;top:964px;left:193px;white-space:nowrap" class="ft01">There&#160;are&#160;two&#160;types&#160;of&#160;help&#160;IDs&#160;currently&#160;used&#160;in&#160;the&#160;help&#160;files:</p>
+<p style="position:absolute;top:1003px;left:220px;white-space:nowrap" class="ft01">•</p>
+<p style="position:absolute;top:1004px;left:247px;white-space:nowrap" class="ft02"><b>Symbolic&#160;names</b>,&#160;like&#160;</p>
+<p style="position:absolute;top:1007px;left:401px;white-space:nowrap" class="ft04">SID_FM_CONVERTTO_IMAGECONTROL</p>
+<p style="position:absolute;top:1004px;left:635px;white-space:nowrap" class="ft01">&#160;</p>
+<p style="position:absolute;top:1036px;left:220px;white-space:nowrap" class="ft01">•</p>
+<p style="position:absolute;top:1038px;left:247px;white-space:nowrap" class="ft02"><b>UNO&#160;command&#160;names</b>,&#160;like&#160;</p>
+<p style="position:absolute;top:1040px;left:442px;white-space:nowrap" class="ft04">.uno:InsertCtrl</p>
+<p style="position:absolute;top:1070px;left:193px;white-space:nowrap" class="ft012">For&#160;details&#160;on&#160;determining&#160;the&#160;help&#160;ID&#160;for&#160;a&#160;UI&#160;element,&#160;see&#160;<a href="OOo2HelpAuthoring-98.html"><i>Determining&#160;A&#160;Help&#160;ID</i></a>&#160;on&#160;<br/>page&#160;<a href="OOo2HelpAuthoring-98.html">98</a>.</p>
+<p style="position:absolute;top:1148px;left:85px;white-space:nowrap" class="ft07"><b>26</b></p>
+</div>
+</body>
+</html>
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
+<head>
+<title>Page 27</title>
+
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<style type="text/css">
+<!--
+	p {margin: 0; padding: 0;}	.ft00{font-size:16px;color:#000000;}
+	.ft01{font-size:13px;color:#000000;}
+	.ft02{font-size:11px;color:#707177;}
+	.ft03{font-size:11px;color:#ffffff;}
+	.ft04{font-size:11px;color:#000000;}
+	.ft05{font-size:11px;color:#000000;}
+	.ft06{font-size:13px;color:#000000;}
+	.ft07{font-size:8px;color:#000000;}
+	.ft08{font-size:8px;color:#000000;}
+	.ft09{font-size:11px;color:#000000;}
+	.ft010{font-size:13px;line-height:21px;color:#000000;}
+	.ft011{font-size:11px;line-height:13px;color:#000000;}
+-->
+</style>
+</head>
+<body bgcolor="#A0A0A0" vlink="blue" link="blue">
+<div id="page27-div" style="position:relative;width:892px;height:1263px;">
+<img width="892" height="1263" src="OOo2HelpAuthoring027.png" alt="background image"/>
+<p style="position:absolute;top:136px;left:236px;white-space:nowrap" class="ft00"><b>Switching&#160;Content</b></p>
+<p style="position:absolute;top:170px;left:236px;white-space:nowrap" class="ft010">In&#160;&#160;&#160;some&#160;&#160;&#160;cases&#160;&#160;&#160;it&#160;&#160;&#160;is&#160;&#160;&#160;necessary&#160;&#160;&#160;to&#160;&#160;&#160;distinguish&#160;&#160;&#160;between&#160;&#160;&#160;different&#160;&#160;&#160;platforms&#160;&#160;&#160;or&#160;<br/>applications&#160;when&#160;displaying&#160;the&#160;help.&#160;For&#160;example,&#160;on&#160;one&#160;platform&#160;a&#160;key&#160;stroke&#160;to&#160;<br/>achieve&#160;a&#160;certain&#160;action&#160;&#160;can&#160;&#160;differ&#160;from&#160;the&#160;key&#160;stroke&#160;used&#160;on&#160;other&#160;platforms.&#160;To&#160;<br/>avoid&#160;duplicating&#160;large&#160;amounts&#160;of&#160;text&#160;and&#160;to&#160;reduce&#160;redundancy,&#160;switching&#160;elements&#160;<br/>are&#160;available,&#160;which&#160;are&#160;used&#160;to&#160;select&#160;the&#160;correct&#160;portion&#160;of&#160;the&#160;content&#160;at&#160;runtime.
 </p>
+<p style="position:absolute;top:294px;left:236px;white-space:nowrap" class="ft010">The&#160;help&#160;content&#160;provider&#160;sends&#160;additional&#160;information&#160;along&#160;with&#160;a&#160;help&#160;request&#160;that&#160;<br/>states&#160;the&#160;current&#160;platform,&#160;language&#160;and&#160;application&#160;context.&#160;This&#160;information&#160;can&#160;be&#160;<br/>evaluated&#160;using&#160;the&#160;switch&#160;constructs&#160;to&#160;display&#160;the&#160;corresponding&#160;information.</p>
+<p style="position:absolute;top:376px;left:236px;white-space:nowrap" class="ft01">There&#160;are&#160;two&#160;types&#160;of&#160;content&#160;switching:</p>
+<p style="position:absolute;top:414px;left:263px;white-space:nowrap" class="ft01">•</p>
+<p style="position:absolute;top:416px;left:290px;white-space:nowrap" class="ft01">Switching&#160;complete&#160;paragraphs&#160;or&#160;sections</p>
+<p style="position:absolute;top:448px;left:263px;white-space:nowrap" class="ft01">•</p>
+<p style="position:absolute;top:449px;left:290px;white-space:nowrap" class="ft01">Switching&#160;text&#160;fragments&#160;inside&#160;paragraphs</p>
+<p style="position:absolute;top:481px;left:236px;white-space:nowrap" class="ft01">Currently,&#160;&#160;&#160;the&#160;&#160;&#160;following&#160;&#160;&#160;values&#160;&#160;&#160;are&#160;&#160;&#160;used&#160;&#160;&#160;for&#160;&#160;&#160;the&#160;&#160;&#160;select&#160;&#160;&#160;attribute&#160;&#160;&#160;of&#160;&#160;&#160;a&#160;&#160;</p>
+<p style="position:absolute;top:483px;left:726px;white-space:nowrap" class="ft02">switch</p>
+<p style="position:absolute;top:481px;left:775px;white-space:nowrap" class="ft01">&#160;&#160;and&#160;</p>
+<p style="position:absolute;top:506px;left:236px;white-space:nowrap" class="ft02">switchinline</p>
+<p style="position:absolute;top:503px;left:333px;white-space:nowrap" class="ft01">&#160;element&#160;to&#160;specify&#160;the&#160;switching&#160;context:</p>
+<p style="position:absolute;top:566px;left:242px;white-space:nowrap" class="ft03"><b>Value</b></p>
+<p style="position:absolute;top:566px;left:319px;white-space:nowrap" class="ft03"><b>Switching&#160;context</b></p>
+<p style="position:absolute;top:566px;left:444px;white-space:nowrap" class="ft03"><b>Example/Comment</b></p>
+<p style="position:absolute;top:592px;left:242px;white-space:nowrap" class="ft04">sys</p>
+<p style="position:absolute;top:592px;left:319px;white-space:nowrap" class="ft04">Operating&#160;System</p>
+<p style="position:absolute;top:592px;left:444px;white-space:nowrap" class="ft011">Switching&#160;content&#160;for&#160;Unix,&#160;Windows,&#160;or&#160;Mac&#160;<br/>platforms.</p>
+<p style="position:absolute;top:632px;left:242px;white-space:nowrap" class="ft04">appl</p>
+<p style="position:absolute;top:632px;left:319px;white-space:nowrap" class="ft04">Application</p>
+<p style="position:absolute;top:632px;left:444px;white-space:nowrap" class="ft04">Switching&#160;content&#160;for&#160;different&#160;OpenOffice.org&#160;applications&#160;(Writer,&#160;</p>
+<p style="position:absolute;top:645px;left:444px;white-space:nowrap" class="ft04">Calc,...)&#160;in&#160;files&#160;that&#160;are&#160;common&#160;to&#160;multiple&#160;applications.&#160;</p>
+<p style="position:absolute;top:672px;left:242px;white-space:nowrap" class="ft04">distrib</p>
+<p style="position:absolute;top:672px;left:319px;white-space:nowrap" class="ft04">Distribution[<a href="OOo2HelpAuthoring-27.html">8</a>]</p>
+<p style="position:absolute;top:672px;left:444px;white-space:nowrap" class="ft011">Switching&#160;content&#160;for&#160;different&#160;distributions,&#160;like&#160;OpenOffice.org&#160;<br/>and&#160;StarOffice,&#160;which&#160;contains&#160;extra&#160;commercial&#160;features.</p>
+<p style="position:absolute;top:709px;left:236px;white-space:nowrap" class="ft05"><i>Table&#160;5: Paragraph&#160;Switching&#160;Contexts</i></p>
+<p style="position:absolute;top:746px;left:236px;white-space:nowrap" class="ft01">The&#160;&#160;&#160;following&#160;&#160;&#160;values&#160;&#160;&#160;are&#160;&#160;&#160;used&#160;&#160;&#160;for&#160;&#160;&#160;the&#160;&#160;&#160;select&#160;&#160;&#160;attribute&#160;&#160;&#160;of&#160;&#160;&#160;a&#160;&#160;</p>
+<p style="position:absolute;top:748px;left:654px;white-space:nowrap" class="ft02">case</p>
+<p style="position:absolute;top:746px;left:687px;white-space:nowrap" class="ft01">&#160;&#160;and&#160;&#160;</p>
+<p style="position:absolute;top:748px;left:727px;white-space:nowrap" class="ft02">caseinline&#160;</p>
+<p style="position:absolute;top:768px;left:236px;white-space:nowrap" class="ft01">element&#160;within&#160;a&#160;given&#160;switching&#160;context:</p>
+<p style="position:absolute;top:830px;left:242px;white-space:nowrap" class="ft03"><b>Switching&#160;Context</b></p>
+<p style="position:absolute;top:830px;left:480px;white-space:nowrap" class="ft03"><b>Values</b></p>
+<p style="position:absolute;top:856px;left:242px;white-space:nowrap" class="ft04">Operating&#160;System&#160;(sys)</p>
+<p style="position:absolute;top:856px;left:480px;white-space:nowrap" class="ft04">WIN&#160;UNIX&#160;MAC</p>
+<p style="position:absolute;top:883px;left:242px;white-space:nowrap" class="ft04">Application&#160;(appl)</p>
+<p style="position:absolute;top:883px;left:480px;white-space:nowrap" class="ft04">WRITER&#160;CALC&#160;DRAW&#160;IMPRESS&#160;MATH&#160;BASIC&#160;CHART</p>
+<p style="position:absolute;top:907px;left:236px;white-space:nowrap" class="ft05"><i>Table&#160;6: Inline&#160;Switching&#160;Contexts</i></p>
+<p style="position:absolute;top:956px;left:236px;white-space:nowrap" class="ft06"><b>Switching&#160;Complete&#160;Paragraphs&#160;Or&#160;Sections</b></p>
+<p style="position:absolute;top:982px;left:236px;white-space:nowrap" class="ft010">This&#160;&#160;&#160;type&#160;&#160;&#160;is&#160;&#160;&#160;used,&#160;&#160;&#160;for&#160;&#160;&#160;example,&#160;&#160;&#160;if&#160;&#160;&#160;contents&#160;&#160;&#160;of&#160;&#160;&#160;a&#160;&#160;&#160;paragraph&#160;&#160;&#160;differ&#160;&#160;&#160;considerably&#160;&#160;&#160;on&#160;<br/>different&#160;platforms&#160;or&#160;for&#160;different&#160;applications,&#160;or&#160;if&#160;a&#160;certain&#160;paragraph&#160;or&#160;section&#160;is&#160;<br/>only&#160;applicable&#160;to&#160;a&#160;certain&#160;platform&#160;or&#160;application.</p>
+<p style="position:absolute;top:1092px;left:128px;white-space:nowrap" class="ft07">8</p>
+<p style="position:absolute;top:1092px;left:149px;white-space:nowrap" class="ft07">Note,&#160;that&#160;this&#160;switch&#160;is&#160;currently&#160;<i>not&#160;evaluated</i>&#160;in&#160;the&#160;main&#160;transformation&#160;step,&#160;since&#160;the&#160;help&#160;content&#160;provider&#160;does&#160;not&#160;provide&#160;the&#160;</p>
+<p style="position:absolute;top:1103px;left:149px;white-space:nowrap" class="ft07">necessary&#160;information.&#160;Currently,&#160;the&#160;main&#160;transformation&#160;style&#160;sheet&#160;uses&#160;the&#160;value&#160;of&#160;the&#160;product&#160;name&#160;to&#160;distinguish&#160;between&#160;open&#160;source&#160;</p>
+<p style="position:absolute;top:1115px;left:149px;white-space:nowrap" class="ft07">and&#160;commercial&#160;distributions,&#160;but&#160;this&#160;is&#160;only&#160;implemented&#160;for&#160;StarOffice&#160;and&#160;OpenOffice.org.</p>
+<p style="position:absolute;top:1148px;left:795px;white-space:nowrap" class="ft09"><b>27</b></p>
+</div>
+</body>
+</html>
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
+<head>
+<title>Page 28</title>
+
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<style type="text/css">
+<!--
+	p {margin: 0; padding: 0;}	.ft00{font-size:13px;color:#000000;}
+	.ft01{font-size:11px;color:#707177;}
+	.ft02{font-size:11px;color:#000000;}
+	.ft03{font-size:13px;color:#000000;}
+	.ft04{font-size:11px;color:#000000;}
+	.ft05{font-size:16px;color:#000000;}
+	.ft06{font-size:11px;color:#000000;}
+	.ft07{font-size:13px;line-height:21px;color:#000000;}
+	.ft08{font-size:11px;line-height:16px;color:#000000;}
+	.ft09{font-size:11px;line-height:17px;color:#000000;}
+-->
+</style>
+</head>
+<body bgcolor="#A0A0A0" vlink="blue" link="blue">
+<div id="page28-div" style="position:relative;width:892px;height:1263px;">
+<img width="892" height="1263" src="OOo2HelpAuthoring028.png" alt="background image"/>
+<p style="position:absolute;top:136px;left:193px;white-space:nowrap" class="ft07">&#160;&#160;For&#160;example,&#160;while&#160;mounting&#160;a&#160;CD-ROM&#160;drive&#160;&#160;can&#160;&#160;be&#160;a&#160;necessary&#160;step&#160;on&#160;a&#160;Unix&#160;<br/>system,&#160;it&#160;is&#160;usually&#160;not&#160;applicable&#160;on&#160;Windows&#160;computers.&#160;The&#160;</p>
+<p style="position:absolute;top:160px;left:629px;white-space:nowrap" class="ft01">switch</p>
+<p style="position:absolute;top:157px;left:677px;white-space:nowrap" class="ft00">&#160;element&#160;can&#160;</p>
+<p style="position:absolute;top:180px;left:193px;white-space:nowrap" class="ft00">be&#160;used&#160;to&#160;accomplish&#160;this&#160;distinction:</p>
+<p style="position:absolute;top:226px;left:224px;white-space:nowrap" class="ft09">&lt;switch select=&#34;sys&#34;&gt;<br/>&#160; &lt;case select=&#34;UNIX&#34;&gt;<br/>&#160; &#160; &lt;paragraph&gt;Mount the cd rom drive.&lt;/paragraph&gt;<br/>&#160; &lt;/case&gt;<br/>&lt;/switch&gt;</p>
+<p style="position:absolute;top:336px;left:193px;white-space:nowrap" class="ft03"><b>Switching&#160;Text&#160;Fragments&#160;Inside&#160;Paragraphs</b></p>
+<p style="position:absolute;top:362px;left:193px;white-space:nowrap" class="ft07">This&#160;&#160;&#160;type&#160;&#160;&#160;is&#160;&#160;&#160;used&#160;&#160;&#160;if&#160;&#160;&#160;only&#160;&#160;&#160;small&#160;&#160;&#160;text&#160;&#160;&#160;fragments&#160;&#160;&#160;differ&#160;&#160;&#160;on&#160;&#160;&#160;different&#160;&#160;&#160;platforms&#160;&#160;&#160;or&#160;<br/>applications.&#160;&#160;&#160;A&#160;&#160;&#160;typical&#160;&#160;&#160;case&#160;&#160;&#160;is&#160;&#160;&#160;the&#160;&#160;&#160;use&#160;&#160;&#160;of&#160;&#160;&#160;shortcuts&#160;&#160;&#160;on&#160;&#160;&#160;different&#160;&#160;&#160;systems,&#160;&#160;&#160;or&#160;&#160;&#160;the&#160;<br/>notation&#160;of&#160;file&#160;paths&#160;on&#160;different&#160;platforms.&#160;</p>
+<p style="position:absolute;top:444px;left:193px;white-space:nowrap" class="ft07">For&#160;&#160;&#160;example,&#160;&#160;&#160;while&#160;&#160;&#160;on&#160;&#160;&#160;Windows&#160;&#160;&#160;the&#160;&#160;&#160;standard&#160;&#160;&#160;installation&#160;&#160;&#160;path&#160;&#160;&#160;for&#160;&#160;OpenOffice.org&#160;<br/>could&#160;&#160;&#160;be&#160;&#160;&#160;something&#160;&#160;&#160;like&#160;&#160;</p>
+<p style="position:absolute;top:467px;left:380px;white-space:nowrap" class="ft01">C:\Program&#160;&#160;&#160;Files\OpenOffice.org-2.0</p>
+<p style="position:absolute;top:465px;left:669px;white-space:nowrap" class="ft00">,&#160;&#160;&#160;it&#160;&#160;&#160;could&#160;&#160;&#160;be&#160;</p>
+<p style="position:absolute;top:490px;left:193px;white-space:nowrap" class="ft01">~/OpenOffice.org-2.0</p>
+<p style="position:absolute;top:487px;left:355px;white-space:nowrap" class="ft00">&#160;&#160;on&#160;&#160;&#160;a&#160;&#160;&#160;Unix&#160;&#160;&#160;system,&#160;&#160;&#160;making&#160;&#160;&#160;it&#160;&#160;&#160;necessary&#160;&#160;&#160;to&#160;&#160;&#160;distinguish&#160;</p>
+<p style="position:absolute;top:511px;left:193px;white-space:nowrap" class="ft00">between&#160;&#160;&#160;the&#160;&#160;&#160;operating&#160;&#160;&#160;environments&#160;&#160;&#160;when&#160;&#160;&#160;talking&#160;&#160;&#160;about&#160;&#160;&#160;these&#160;&#160;&#160;paths.&#160;&#160;&#160;The&#160;</p>
+<p style="position:absolute;top:533px;left:193px;white-space:nowrap" class="ft01">switchinline</p>
+<p style="position:absolute;top:531px;left:290px;white-space:nowrap" class="ft00">&#160;element&#160;can&#160;be&#160;used&#160;to&#160;accomplish&#160;the&#160;distinction:</p>
+<p style="position:absolute;top:578px;left:224px;white-space:nowrap" class="ft08">&lt;paragraph&gt;The software will be installed in the&#160;<br/>&lt;switchinline select=&#34;sys&#34;&gt;<br/>&#160; &lt;caseinline select=&#34;UNIX&#34;&gt;<br/>&#160; &#160; ~/OpenOffice.org-2.0<br/>&#160; &lt;/caseinline&gt;<br/>&#160; &lt;caseinline select=&#34;WIN&#34;&gt;<br/>&#160; &#160; C:\Program Files\OpenOffice.org-2.0<br/>&#160; &lt;/caseinline&gt;<br/>&#160; &lt;defaultinline&gt;<br/>&#160; &#160; home<br/>&#160; &lt;/defaultinline&gt;<br/>&lt;/switchinline&gt;<br/>directory.&lt;/paragraph&gt;</p>
+<p style="position:absolute;top:812px;left:193px;white-space:nowrap" class="ft00">In&#160;the&#160;code&#160;example&#160;above,&#160;there&#160;is&#160;also&#160;a&#160;default&#160;value&#160;defined&#160;by&#160;using&#160;the&#160;optional&#160;</p>
+<p style="position:absolute;top:836px;left:193px;white-space:nowrap" class="ft01">defaultinline</p>
+<p style="position:absolute;top:836px;left:298px;white-space:nowrap" class="ft04">&#160;</p>
+<p style="position:absolute;top:834px;left:307px;white-space:nowrap" class="ft00">element,&#160;which&#160;is&#160;shown&#160;if&#160;neither&#160;</p>
+<p style="position:absolute;top:836px;left:536px;white-space:nowrap" class="ft04">UNIX</p>
+<p style="position:absolute;top:834px;left:568px;white-space:nowrap" class="ft00">&#160;nor&#160;</p>
+<p style="position:absolute;top:836px;left:598px;white-space:nowrap" class="ft04">WIN</p>
+<p style="position:absolute;top:834px;left:622px;white-space:nowrap" class="ft00">&#160;is&#160;set&#160;as&#160;the&#160;platform&#160;</p>
+<p style="position:absolute;top:856px;left:193px;white-space:nowrap" class="ft00">value&#160;when&#160;calling&#160;the&#160;help.</p>
+<p style="position:absolute;top:900px;left:193px;white-space:nowrap" class="ft05"><b>Embedding&#160;Content</b></p>
+<p style="position:absolute;top:933px;left:193px;white-space:nowrap" class="ft07">You&#160;&#160;&#160;can&#160;&#160;&#160;also&#160;&#160;&#160;reduce&#160;&#160;&#160;redundant&#160;&#160;&#160;content&#160;&#160;&#160;by&#160;&#160;&#160;defining&#160;&#160;&#160;reusable&#160;&#160;&#160;text&#160;&#160;&#160;fragments&#160;&#160;&#160;and&#160;<br/>blocks,&#160;which&#160;can&#160;be&#160;referenced&#160;from&#160;other&#160;places.&#160;The&#160;references&#160;are&#160;resolved&#160;at&#160;<br/>runtime&#160;&#160;when&#160;&#160;the&#160;&#160;help&#160;&#160;is&#160;&#160;displayed,&#160;&#160;and&#160;are&#160;&#160;temporarily&#160;&#160;resolved&#160;&#160;at&#160;&#160;compile&#160;&#160;time&#160;<br/>when&#160;the&#160;full&#160;text&#160;search&#160;index&#160;is&#160;generated.</p>
+<p style="position:absolute;top:1028px;left:193px;white-space:nowrap" class="ft00">There&#160;are&#160;two&#160;ways&#160;of&#160;reusing&#160;content&#160;by&#160;means&#160;of&#160;embedding:</p>
+<p style="position:absolute;top:1058px;left:220px;white-space:nowrap" class="ft00">•</p>
+<p style="position:absolute;top:1060px;left:247px;white-space:nowrap" class="ft00">Embedding&#160;complete&#160;sections</p>
+<p style="position:absolute;top:1091px;left:220px;white-space:nowrap" class="ft00">•</p>
+<p style="position:absolute;top:1093px;left:247px;white-space:nowrap" class="ft00">Embedding&#160;text&#160;fragments</p>
+<p style="position:absolute;top:1148px;left:85px;white-space:nowrap" class="ft06"><b>28</b></p>
+</div>
+</body>
+</html>
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
+<head>
+<title>Page 29</title>
+
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<style type="text/css">
+<!--
+	p {margin: 0; padding: 0;}	.ft00{font-size:13px;color:#000000;}
+	.ft01{font-size:13px;color:#000000;}
+	.ft02{font-size:11px;color:#707177;}
+	.ft03{font-size:13px;color:#5a547c;}
+	.ft04{font-size:11px;color:#000000;}
+	.ft05{font-size:11px;color:#000000;}
+	.ft06{font-size:13px;line-height:21px;color:#000000;}
+	.ft07{font-size:11px;line-height:16px;color:#000000;}
+	.ft08{font-size:11px;line-height:17px;color:#000000;}
+	.ft09{font-size:11px;line-height:17px;color:#000000;}
+-->
+</style>
+</head>
+<body bgcolor="#A0A0A0" vlink="blue" link="blue">
+<div id="page29-div" style="position:relative;width:892px;height:1263px;">
+<img width="892" height="1263" src="OOo2HelpAuthoring029.png" alt="background image"/>
+<p style="position:absolute;top:136px;left:236px;white-space:nowrap" class="ft00"><b>Embedding&#160;Complete&#160;Sections</b></p>
+<p style="position:absolute;top:162px;left:236px;white-space:nowrap" class="ft06">Single&#160;or&#160;multiple&#160;paragraphs&#160;can&#160;apply&#160;to&#160;more&#160;than&#160;one&#160;help&#160;file.&#160;For&#160;example,&#160;<br/>standard&#160;&#160;&#160;steps&#160;&#160;&#160;inside&#160;&#160;&#160;procedures&#160;&#160;&#160;can&#160;&#160;&#160;be&#160;&#160;&#160;written&#160;&#160;&#160;once&#160;&#160;&#160;and&#160;&#160;&#160;embedded&#160;&#160;&#160;in&#160;&#160;&#160;multiple&#160;<br/>places,&#160;reducing&#160;maintenance&#160;and&#160;translation&#160;effort.</p>
+<p style="position:absolute;top:244px;left:236px;white-space:nowrap" class="ft01">The&#160;URL&#160;for&#160;the&#160;reference&#160;takes&#160;the&#160;form&#160;</p>
+<p style="position:absolute;top:246px;left:527px;white-space:nowrap" class="ft02">file#id</p>
+<p style="position:absolute;top:244px;left:584px;white-space:nowrap" class="ft01">.&#160;If,&#160;for&#160;instance,&#160;the&#160;section&#160;with&#160;</p>
+<p style="position:absolute;top:266px;left:236px;white-space:nowrap" class="ft01">the&#160;ID&#160;</p>
+<p style="position:absolute;top:268px;left:281px;white-space:nowrap" class="ft02">12345</p>
+<p style="position:absolute;top:266px;left:321px;white-space:nowrap" class="ft01">&#160;from&#160;the&#160;file&#160;</p>
+<p style="position:absolute;top:268px;left:411px;white-space:nowrap" class="ft02">text/writer/01/012345.xhp</p>
+<p style="position:absolute;top:266px;left:613px;white-space:nowrap" class="ft01">&#160;is&#160;to&#160;be&#160;embedded,&#160;the&#160;URL&#160;</p>
+<p style="position:absolute;top:288px;left:236px;white-space:nowrap" class="ft01">would&#160;be&#160;</p>
+<p style="position:absolute;top:290px;left:300px;white-space:nowrap" class="ft02">text/swriter/01/012345.xhp#12345</p>
+<p style="position:absolute;top:288px;left:560px;white-space:nowrap" class="ft01">.&#160;The&#160;file&#160;name&#160;refers&#160;to&#160;the&#160;path&#160;and&#160;</p>
+<p style="position:absolute;top:311px;left:236px;white-space:nowrap" class="ft01">name&#160;that&#160;is&#160;stored&#160;in&#160;the&#160;jar&#160;files.</p>
+<p style="position:absolute;top:349px;left:236px;white-space:nowrap" class="ft01">Complete&#160;sections&#160;can&#160;be&#160;embedded&#160;using&#160;the&#160;&#160;</p>
+<p style="position:absolute;top:351px;left:572px;white-space:nowrap" class="ft02">embed</p>
+<p style="position:absolute;top:349px;left:613px;white-space:nowrap" class="ft01">&#160;&#160;element.&#160;The&#160;section&#160;to&#160;be&#160;</p>
+<p style="position:absolute;top:371px;left:236px;white-space:nowrap" class="ft01">embedded&#160;is&#160;referenced&#160;using&#160;the&#160;attribute&#160;</p>
+<p style="position:absolute;top:374px;left:525px;white-space:nowrap" class="ft02">ID</p>
+<p style="position:absolute;top:371px;left:541px;white-space:nowrap" class="ft01">,&#160;which&#160;must&#160;be&#160;unique&#160;within&#160;the&#160;file.</p>
+<p style="position:absolute;top:411px;left:236px;white-space:nowrap" class="ft06">If,&#160;&#160;&#160;for&#160;&#160;&#160;example,&#160;&#160;&#160;multiple&#160;&#160;&#160;processes&#160;&#160;&#160;described&#160;&#160;&#160;in&#160;&#160;&#160;the&#160;&#160;&#160;help&#160;&#160;&#160;involve&#160;&#160;&#160;logging&#160;&#160;&#160;on&#160;&#160;&#160;to&#160;&#160;&#160;a&#160;<br/>computer,&#160;this&#160;particular&#160;step&#160;can&#160;be&#160;written&#160;once&#160;and&#160;embedded&#160;wherever&#160;required:</p>
+<p style="position:absolute;top:476px;left:236px;white-space:nowrap" class="ft03"><i>Example</i></p>
+<p style="position:absolute;top:502px;left:236px;white-space:nowrap" class="ft01">Original&#160;location&#160;(filename:&#160;</p>
+<p style="position:absolute;top:504px;left:417px;white-space:nowrap" class="ft02">original.xhp</p>
+<p style="position:absolute;top:502px;left:515px;white-space:nowrap" class="ft01">):</p>
+<p style="position:absolute;top:549px;left:267px;white-space:nowrap" class="ft08">&lt;section id=&#34;logon&#34;&gt;<br/>&#160; &lt;paragraph id=&#34;par_id12345&#34; role=&#34;paragraph&#34; xml-lang=&#34;en-US&#34;&gt;<br/>&#160; &#160; Log on to your computer using your user name and password.<br/>&#160; &lt;/paragraph&gt;<br/>&lt;/section&gt;</p>
+<p style="position:absolute;top:647px;left:236px;white-space:nowrap" class="ft01">Referenced&#160;location:</p>
+<p style="position:absolute;top:693px;left:267px;white-space:nowrap" class="ft07">&lt;paragraph id=&#34;par_id9876&#34; role=&#34;heading&#34; level=&#34;1&#34; xml-lang=&#34;en-US&#34;&gt;<br/>&#160; Starting %PRODUCTNAME<br/>&lt;/paragraph&gt;<br/>&lt;list&gt;<br/>&#160; &lt;listitem&gt;&lt;embed href=&#34;original.xhp#logon&#34;/&gt;&lt;/listitem&gt;<br/>&#160; &lt;listitem&gt;<br/>&#160; &#160; &lt;paragraph id=&#34;par_id9877&#34; role=&#34;paragraph&#34; xml-lang=&#34;en-US&#34;&gt;<br/>&#160; &#160; &#160; Start %PRODUCTNAME&lt;/paragraph&gt;<br/>&#160; &lt;/listitem&gt;<br/>&lt;/list&gt;</p>
+<p style="position:absolute;top:876px;left:236px;white-space:nowrap" class="ft01">This&#160;results&#160;in&#160;the&#160;following:</p>
+<p style="position:absolute;top:922px;left:267px;white-space:nowrap" class="ft07"><b>Starting&#160;OpenOffice.org<br/></b>1. Log on to your computer using your user name and your password.<br/>2. Start&#160;OpenOffice.org</p>
+<p style="position:absolute;top:999px;left:236px;white-space:nowrap" class="ft00"><b>Embedding&#160;Text&#160;Fragments</b></p>
+<p style="position:absolute;top:1025px;left:236px;white-space:nowrap" class="ft06">Text&#160;fragments&#160;can,&#160;for&#160;example,&#160;represent&#160;commonly&#160;used&#160;phrases&#160;or&#160;names&#160;of&#160;UI&#160;<br/>elements.&#160;&#160;&#160;These&#160;&#160;&#160;can&#160;&#160;&#160;be&#160;&#160;&#160;specified&#160;&#160;&#160;once&#160;&#160;&#160;and&#160;&#160;&#160;used&#160;&#160;&#160;in&#160;&#160;&#160;multiple&#160;&#160;&#160;places,&#160;&#160;&#160;reducing&#160;<br/>maintenance&#160;and&#160;localization&#160;effort.&#160;</p>
+<p style="position:absolute;top:1148px;left:795px;white-space:nowrap" class="ft05"><b>29</b></p>
+</div>
+</body>
+</html>
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
+<head>
+<title>Page 30</title>
+
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<style type="text/css">
+<!--
+	p {margin: 0; padding: 0;}	.ft00{font-size:13px;color:#000000;}
+	.ft01{font-size:11px;color:#707177;}
+	.ft02{font-size:11px;color:#000000;}
+	.ft03{font-size:11px;color:#000000;}
+	.ft04{font-size:11px;color:#000000;}
+	.ft05{font-size:13px;color:#000000;}
+	.ft06{font-size:16px;color:#000000;}
+	.ft07{font-size:11px;line-height:15px;color:#000000;}
+	.ft08{font-size:13px;line-height:21px;color:#000000;}
+-->
+</style>
+</head>
+<body bgcolor="#A0A0A0" vlink="blue" link="blue">
+<div id="page30-div" style="position:relative;width:892px;height:1263px;">
+<img width="892" height="1263" src="OOo2HelpAuthoring030.png" alt="background image"/>
+<p style="position:absolute;top:136px;left:193px;white-space:nowrap" class="ft00">The&#160;URL&#160;for&#160;the&#160;reference&#160;takes&#160;the&#160;form&#160;</p>
+<p style="position:absolute;top:138px;left:474px;white-space:nowrap" class="ft01">file#id</p>
+<p style="position:absolute;top:136px;left:531px;white-space:nowrap" class="ft00">.&#160;If,&#160;for&#160;instance,&#160;the&#160;</p>
+<p style="position:absolute;top:138px;left:669px;white-space:nowrap" class="ft01">variable</p>
+<p style="position:absolute;top:136px;left:734px;white-space:nowrap" class="ft00">&#160;with&#160;</p>
+<p style="position:absolute;top:158px;left:193px;white-space:nowrap" class="ft00">the&#160;&#160;ID&#160;</p>
+<p style="position:absolute;top:161px;left:243px;white-space:nowrap" class="ft02">12345</p>
+<p style="position:absolute;top:158px;left:284px;white-space:nowrap" class="ft00">&#160;&#160;from&#160;the&#160;file&#160;&#160;</p>
+<p style="position:absolute;top:161px;left:383px;white-space:nowrap" class="ft01">text/swriter/01/012345.xhp</p>
+<p style="position:absolute;top:158px;left:593px;white-space:nowrap" class="ft00">&#160;&#160;is&#160;to&#160;be&#160;embedded,&#160;the&#160;</p>
+<p style="position:absolute;top:181px;left:193px;white-space:nowrap" class="ft00">URL&#160;would&#160;be&#160;</p>
+<p style="position:absolute;top:183px;left:293px;white-space:nowrap" class="ft01">text/writer/01/012345.xhp#12345</p>
+<p style="position:absolute;top:181px;left:544px;white-space:nowrap" class="ft00">.&#160;The&#160;file&#160;name&#160;refers&#160;to&#160;the&#160;path&#160;</p>
+<p style="position:absolute;top:203px;left:193px;white-space:nowrap" class="ft00">+&#160;name&#160;that&#160;is&#160;stored&#160;in&#160;the&#160;jar&#160;files.</p>
+<p style="position:absolute;top:242px;left:193px;white-space:nowrap" class="ft00">These&#160;fragments&#160;can&#160;be&#160;embedded&#160;using&#160;the&#160;</p>
+<p style="position:absolute;top:244px;left:500px;white-space:nowrap" class="ft01">embedvar</p>
+<p style="position:absolute;top:242px;left:565px;white-space:nowrap" class="ft00">&#160;element&#160;if&#160;they&#160;are&#160;previously&#160;</p>
+<p style="position:absolute;top:264px;left:193px;white-space:nowrap" class="ft00">defined&#160;as&#160;being&#160;</p>
+<p style="position:absolute;top:266px;left:311px;white-space:nowrap" class="ft02">variable</p>
+<p style="position:absolute;top:264px;left:375px;white-space:nowrap" class="ft00">s,&#160;so&#160;that&#160;they&#160;can&#160;be&#160;referenced.&#160;The&#160;text&#160;fragment&#160;to&#160;be&#160;</p>
+<p style="position:absolute;top:286px;left:193px;white-space:nowrap" class="ft00">embedded&#160;is&#160;placed&#160;inside&#160;a&#160;</p>
+<p style="position:absolute;top:288px;left:394px;white-space:nowrap" class="ft02">variable</p>
+<p style="position:absolute;top:286px;left:459px;white-space:nowrap" class="ft00">&#160;element&#160;and&#160;assigned&#160;a&#160;unique&#160;ID&#160;using&#160;the&#160;</p>
+<p style="position:absolute;top:308px;left:193px;white-space:nowrap" class="ft00">element's&#160;</p>
+<p style="position:absolute;top:311px;left:261px;white-space:nowrap" class="ft02">id</p>
+<p style="position:absolute;top:308px;left:277px;white-space:nowrap" class="ft00">&#160;attribute:</p>
+<p style="position:absolute;top:348px;left:193px;white-space:nowrap" class="ft00">Original&#160;location&#160;(filename:&#160;</p>
+<p style="position:absolute;top:350px;left:375px;white-space:nowrap" class="ft01">original.xhp</p>
+<p style="position:absolute;top:348px;left:472px;white-space:nowrap" class="ft00">):</p>
+<p style="position:absolute;top:395px;left:224px;white-space:nowrap" class="ft07">&lt;paragraph id=&#34;par_id1234&#34;&gt;Press the &lt;variable id=&#34;btn_prnprev&#34;&gt;&lt;item&#160;<br/>type=&#34;button&#34;&gt;Print Preview&lt;/item&gt;&lt;/variable&gt; button.&lt;/paragraph&gt;</p>
+<p style="position:absolute;top:440px;left:193px;white-space:nowrap" class="ft00">The&#160;fragment&#160;can&#160;then&#160;be&#160;referenced&#160;in&#160;other&#160;locations&#160;using&#160;the&#160;embedvar&#160;element:</p>
+<p style="position:absolute;top:479px;left:193px;white-space:nowrap" class="ft00">Referenced&#160;location:</p>
+<p style="position:absolute;top:525px;left:224px;white-space:nowrap" class="ft07">&lt;paragraph id=&#34;par_id9876&#34;&gt;A preview can be shown using the &lt;embedvar&#160;<br/>href=&#34;original.xhp#btn_prnprev&#34;/&gt; button.</p>
+<p style="position:absolute;top:571px;left:193px;white-space:nowrap" class="ft00">Result:</p>
+<p style="position:absolute;top:616px;left:224px;white-space:nowrap" class="ft03">A preview can be shown using the&#160;<b>Print Preview</b>&#160;button.</p>
+<p style="position:absolute;top:647px;left:193px;white-space:nowrap" class="ft08">If,&#160;&#160;&#160;for&#160;&#160;&#160;example,&#160;&#160;&#160;the&#160;&#160;&#160;name&#160;&#160;&#160;of&#160;&#160;&#160;the&#160;&#160;&#160;button&#160;&#160;&#160;changes&#160;&#160;&#160;from&#160;&#160;&#160;&#34;Print&#160;&#160;&#160;Preview&#34;&#160;&#160;&#160;to&#160;&#160;&#160;&#34;Show&#160;<br/>Preview&#34;&#160;you&#160;only&#160;need&#160;to&#160;update&#160;one&#160;location&#160;to&#160;make&#160;the&#160;change&#160;available&#160;in&#160;all&#160;<br/>referenced&#160;locations.</p>
+<p style="position:absolute;top:728px;left:193px;white-space:nowrap" class="ft08">You&#160;can&#160;also&#160;embed&#160;the&#160;content&#160;of&#160;paragraphs&#160;by&#160;referring&#160;to&#160;the&#160;<b>paragraph&#160;ID</b>.&#160;Note&#160;<br/>that&#160;&#160;&#160;only&#160;&#160;the&#160;&#160;&#160;contents&#160;&#160;of&#160;&#160;the&#160;&#160;&#160;paragraph&#160;&#160;&#160;are&#160;&#160;embedded.&#160;&#160;&#160;The&#160;&#160;paragraph&#160;&#160;formatting&#160;<br/>information&#160;is&#160;disregarded:</p>
+<p style="position:absolute;top:811px;left:193px;white-space:nowrap" class="ft00">Referenced&#160;location</p>
+<p style="position:absolute;top:856px;left:224px;white-space:nowrap" class="ft07">&lt;paragraph id=&#34;par_id433122&#34;&gt;&lt;embedvar&#160;<br/>id=&#34;referenced.xhp#par_id9876&#34;/&gt;</p>
+<p style="position:absolute;top:901px;left:193px;white-space:nowrap" class="ft00">Result:</p>
+<p style="position:absolute;top:947px;left:224px;white-space:nowrap" class="ft03">A preview can be shown using the&#160;<b>Print Preview</b>&#160;button.</p>
+<p style="position:absolute;top:987px;left:193px;white-space:nowrap" class="ft06"><b>Images&#160;and&#160;Icons</b></p>
+<p style="position:absolute;top:1020px;left:193px;white-space:nowrap" class="ft00">All&#160;&#160;&#160;images&#160;&#160;&#160;must&#160;&#160;&#160;be&#160;&#160;&#160;placed&#160;&#160;&#160;inside&#160;&#160;</p>
+<p style="position:absolute;top:1022px;left:459px;white-space:nowrap" class="ft01">paragraph</p>
+<p style="position:absolute;top:1020px;left:532px;white-space:nowrap" class="ft00">s.&#160;&#160;&#160;The&#160;&#160;</p>
+<p style="position:absolute;top:1022px;left:593px;white-space:nowrap" class="ft01">image</p>
+<p style="position:absolute;top:1020px;left:633px;white-space:nowrap" class="ft00">&#160;&#160;element&#160;&#160;&#160;contains&#160;</p>
+<p style="position:absolute;top:1042px;left:193px;white-space:nowrap" class="ft00">information&#160;&#160;&#160;about&#160;&#160;&#160;the&#160;&#160;&#160;image&#160;&#160;&#160;source&#160;&#160;&#160;in&#160;&#160;&#160;the&#160;&#160;</p>
+<p style="position:absolute;top:1045px;left:498px;white-space:nowrap" class="ft01">src</p>
+<p style="position:absolute;top:1042px;left:523px;white-space:nowrap" class="ft00">&#160;&#160;element&#160;&#160;&#160;and&#160;&#160;&#160;must&#160;&#160;&#160;be&#160;&#160;&#160;assigned&#160;&#160;&#160;a&#160;</p>
+<p style="position:absolute;top:1064px;left:193px;white-space:nowrap" class="ft00">unique&#160;</p>
+<p style="position:absolute;top:1066px;left:242px;white-space:nowrap" class="ft01">ID</p>
+<p style="position:absolute;top:1064px;left:259px;white-space:nowrap" class="ft00">.&#160;Every&#160;</p>
+<p style="position:absolute;top:1067px;left:311px;white-space:nowrap" class="ft01">image</p>
+<p style="position:absolute;top:1064px;left:350px;white-space:nowrap" class="ft00">&#160;element&#160;must&#160;also&#160;contain&#160;a&#160;child&#160;element&#160;</p>
+<p style="position:absolute;top:1067px;left:639px;white-space:nowrap" class="ft01">alt</p>
+<p style="position:absolute;top:1064px;left:663px;white-space:nowrap" class="ft00">&#160;that&#160;contains&#160;a&#160;</p>
+<p style="position:absolute;top:1087px;left:193px;white-space:nowrap" class="ft08">short&#160;description&#160;of&#160;the&#160;image&#160;used&#160;if&#160;the&#160;visual&#160;content&#160;is&#160;not&#160;displayed&#160;or&#160;cannot&#160;be&#160;<br/>accessed&#160;by&#160;visually&#160;impaired&#160;users.</p>
+<p style="position:absolute;top:1148px;left:85px;white-space:nowrap" class="ft04"><b>30</b></p>
+</div>
+</body>
+</html>
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
+<head>
+<title>Page 31</title>
+
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<style type="text/css">
+<!--
+	p {margin: 0; padding: 0;}	.ft00{font-size:13px;color:#000000;}
+	.ft01{font-size:11px;color:#707177;}
+	.ft02{font-size:16px;color:#000000;}
+	.ft03{font-size:13px;color:#000000;}
+	.ft04{font-size:11px;color:#000000;}
+	.ft05{font-size:11px;color:#000000;}
+	.ft06{font-size:11px;color:#000000;}
+	.ft07{font-size:13px;color:#000000;}
+	.ft08{font-size:11px;color:#000000;}
+	.ft09{font-size:13px;line-height:21px;color:#000000;}
+-->
+</style>
+</head>
+<body bgcolor="#A0A0A0" vlink="blue" link="blue">
+<div id="page31-div" style="position:relative;width:892px;height:1263px;">
+<img width="892" height="1263" src="OOo2HelpAuthoring031.png" alt="background image"/>
+<p style="position:absolute;top:136px;left:236px;white-space:nowrap" class="ft00">In&#160;addition&#160;to&#160;the&#160;</p>
+<p style="position:absolute;top:138px;left:351px;white-space:nowrap" class="ft01">alt</p>
+<p style="position:absolute;top:136px;left:375px;white-space:nowrap" class="ft00">&#160;element,&#160;there&#160;is&#160;also&#160;an&#160;optional&#160;</p>
+<p style="position:absolute;top:138px;left:604px;white-space:nowrap" class="ft01">caption</p>
+<p style="position:absolute;top:136px;left:660px;white-space:nowrap" class="ft00">&#160;element&#160;that&#160;can&#160;take&#160;</p>
+<p style="position:absolute;top:158px;left:236px;white-space:nowrap" class="ft00">a&#160;long&#160;description&#160;as&#160;an&#160;image&#160;caption.</p>
+<p style="position:absolute;top:197px;left:236px;white-space:nowrap" class="ft09">Starting&#160;with&#160;OpenOffice.org&#160;2.0,&#160;the&#160;help&#160;retrieves&#160;all&#160;images&#160;from&#160;the&#160;central&#160;image&#160;<br/>repository&#160;&#160;</p>
+<p style="position:absolute;top:221px;left:311px;white-space:nowrap" class="ft01">images.zip,</p>
+<p style="position:absolute;top:218px;left:399px;white-space:nowrap" class="ft00">&#160;&#160;which&#160;&#160;&#160;is&#160;&#160;&#160;available&#160;&#160;&#160;in&#160;&#160;&#160;the&#160;&#160;</p>
+<p style="position:absolute;top:221px;left:593px;white-space:nowrap" class="ft01">share/config</p>
+<p style="position:absolute;top:218px;left:691px;white-space:nowrap" class="ft00">&#160;&#160;directory&#160;&#160;&#160;of&#160;&#160;&#160;the&#160;</p>
+<p style="position:absolute;top:241px;left:236px;white-space:nowrap" class="ft09">OpenOffice.org&#160;&#160;installation.&#160;&#160;&#160;This&#160;&#160;&#160;archive&#160;&#160;&#160;contains&#160;&#160;&#160;all&#160;&#160;&#160;images&#160;&#160;&#160;that&#160;&#160;OpenOffice.org&#160;<br/>uses,&#160;separated&#160;by&#160;modules.&#160;The&#160;OpenOffice.org&#160;Help&#160;fetches&#160;any&#160;icons&#160;displayed&#160;in&#160;<br/>the&#160;help&#160;files&#160;from&#160;here.&#160;Since&#160;this&#160;also&#160;is&#160;the&#160;place&#160;where&#160;the&#160;application&#160;fetched&#160;the&#160;<br/>icons&#160;to&#160;display&#160;in&#160;the&#160;user&#160;interface,&#160;the&#160;icons&#160;in&#160;the&#160;help&#160;will&#160;always&#160;be&#160;in&#160;sync&#160;with&#160;<br/>the&#160;application,&#160;even&#160;if&#160;the&#160;</p>
+<p style="position:absolute;top:329px;left:414px;white-space:nowrap" class="ft01">images.zip</p>
+<p style="position:absolute;top:326px;left:495px;white-space:nowrap" class="ft00">&#160;archive&#160;contains&#160;a&#160;customized&#160;set&#160;of&#160;images.</p>
+<p style="position:absolute;top:366px;left:236px;white-space:nowrap" class="ft00">The&#160;help&#160;itself&#160;also&#160;has&#160;a&#160;subdirectory&#160;inside&#160;the&#160;</p>
+<p style="position:absolute;top:368px;left:564px;white-space:nowrap" class="ft01">images.zip</p>
+<p style="position:absolute;top:366px;left:645px;white-space:nowrap" class="ft00">&#160;archive&#160;that&#160;contains&#160;all&#160;</p>
+<p style="position:absolute;top:388px;left:236px;white-space:nowrap" class="ft09">images&#160;that&#160;are&#160;specific&#160;to&#160;the&#160;help&#160;and&#160;only&#160;used&#160;by&#160;it,&#160;for&#160;instance&#160;screen&#160;captures.&#160;<br/>These&#160;images&#160;are&#160;stored&#160;under&#160;</p>
+<p style="position:absolute;top:412px;left:448px;white-space:nowrap" class="ft01">res/helpimg</p>
+<p style="position:absolute;top:411px;left:537px;white-space:nowrap" class="ft00">&#160;in&#160;the&#160;archive.</p>
+<p style="position:absolute;top:461px;left:236px;white-space:nowrap" class="ft02"><b>Localization&#160;Information</b></p>
+<p style="position:absolute;top:494px;left:236px;white-space:nowrap" class="ft00">Content&#160;that&#160;is&#160;to&#160;be&#160;localized&#160;is&#160;found&#160;inside&#160;elements&#160;with&#160;the&#160;&#160;</p>
+<p style="position:absolute;top:497px;left:683px;white-space:nowrap" class="ft01">xml-lang</p>
+<p style="position:absolute;top:494px;left:747px;white-space:nowrap" class="ft00">&#160;&#160;attribute&#160;</p>
+<p style="position:absolute;top:517px;left:236px;white-space:nowrap" class="ft09">that&#160;&#160;&#160;contains&#160;&#160;&#160;the&#160;&#160;&#160;elements&#160;&#160;&#160;language&#160;&#160;&#160;code.&#160;&#160;&#160;Elements&#160;&#160;&#160;can&#160;&#160;&#160;be&#160;&#160;&#160;excluded&#160;&#160;&#160;from&#160;<br/>localization&#160;by&#160;specifying&#160;the&#160;&#160;</p>
+<p style="position:absolute;top:540px;left:441px;white-space:nowrap" class="ft01">localize</p>
+<p style="position:absolute;top:538px;left:506px;white-space:nowrap" class="ft00">&#160;&#160;attribute&#160;and&#160;setting&#160;it&#160;to&#160;&#160;</p>
+<p style="position:absolute;top:540px;left:692px;white-space:nowrap" class="ft01">false</p>
+<p style="position:absolute;top:538px;left:732px;white-space:nowrap" class="ft00">.&#160;Any&#160;such&#160;</p>
+<p style="position:absolute;top:560px;left:236px;white-space:nowrap" class="ft00">element&#160;<i>and&#160;all&#160;of&#160;its&#160;child&#160;elements</i>&#160;will&#160;be&#160;excluded&#160;from&#160;the&#160;localization&#160;process.</p>
+<p style="position:absolute;top:613px;left:236px;white-space:nowrap" class="ft04">▷&#160;Note&#160;that&#160;the&#160;help&#160;does&#160;<i>not</i>&#160;as&#160;yet&#160;support&#160;the&#160;pseudo-language&#160;</p>
+<p style="position:absolute;top:613px;left:609px;white-space:nowrap" class="ft01">x-comment</p>
+<p style="position:absolute;top:613px;left:682px;white-space:nowrap" class="ft04">&#160;as&#160;value&#160;for&#160;</p>
+<p style="position:absolute;top:613px;left:754px;white-space:nowrap" class="ft01">xml-</p>
+<p style="position:absolute;top:633px;left:257px;white-space:nowrap" class="ft01">lang</p>
+<p style="position:absolute;top:633px;left:289px;white-space:nowrap" class="ft04">&#160;to&#160;designate&#160;comments.</p>
+<p style="position:absolute;top:685px;left:236px;white-space:nowrap" class="ft00">All&#160;&#160;paragraphs&#160;contain&#160;an&#160;&#160;</p>
+<p style="position:absolute;top:687px;left:423px;white-space:nowrap" class="ft06">l10n</p>
+<p style="position:absolute;top:685px;left:455px;white-space:nowrap" class="ft00">&#160;&#160;attribute,&#160;&#160;which&#160;is&#160;used&#160;to&#160;&#160;specify&#160;the&#160;localization&#160;</p>
+<p style="position:absolute;top:707px;left:236px;white-space:nowrap" class="ft09">status&#160;of&#160;the&#160;paragraph.&#160;This&#160;attribute&#160;was&#160;only&#160;used&#160;in&#160;the&#160;migration&#160;phase&#160;and&#160;is&#160;not&#160;<br/>evaluated.&#160;It&#160;can&#160;be&#160;used&#160;to&#160;store&#160;a&#160;paragraph&#160;authoring&#160;status&#160;to&#160;implement&#160;basic&#160;<br/>content&#160;management&#160;functionality.</p>
+<p style="position:absolute;top:802px;left:236px;white-space:nowrap" class="ft02"><b>Auxiliary&#160;Files</b></p>
+<p style="position:absolute;top:835px;left:236px;white-space:nowrap" class="ft00">Some&#160;auxiliary&#160;files&#160;are&#160;necessary,&#160;apart&#160;from&#160;the&#160;help&#160;files&#160;&#160;</p>
+<p style="position:absolute;top:838px;left:650px;white-space:nowrap" class="ft01">*.xhp</p>
+<p style="position:absolute;top:835px;left:691px;white-space:nowrap" class="ft00">&#160;&#160;to&#160;build&#160;the&#160;help&#160;</p>
+<p style="position:absolute;top:858px;left:236px;white-space:nowrap" class="ft00">set.&#160;&#160;&#160;These&#160;&#160;&#160;are&#160;&#160;&#160;found&#160;&#160;&#160;in&#160;&#160;&#160;the&#160;&#160;</p>
+<p style="position:absolute;top:860px;left:452px;white-space:nowrap" class="ft01">source/auxiliary</p>
+<p style="position:absolute;top:858px;left:581px;white-space:nowrap" class="ft00">&#160;&#160;directory&#160;&#160;&#160;of&#160;&#160;&#160;the&#160;&#160;</p>
+<p style="position:absolute;top:860px;left:711px;white-space:nowrap" class="ft01">helpcontent2&#160;</p>
+<p style="position:absolute;top:880px;left:236px;white-space:nowrap" class="ft09">module.&#160;Some&#160;of&#160;them&#160;are&#160;just&#160;used&#160;for&#160;building&#160;the&#160;help,&#160;and&#160;some&#160;are&#160;included&#160;in&#160;<br/>the&#160;helpset.</p>
+<p style="position:absolute;top:952px;left:236px;white-space:nowrap" class="ft07"><b>Files&#160;Used&#160;For&#160;Building&#160;The&#160;Help</b></p>
+<p style="position:absolute;top:979px;left:236px;white-space:nowrap" class="ft00">Apart&#160;from&#160;the&#160;makefile&#160;for&#160;this&#160;directory&#160;&#160;</p>
+<p style="position:absolute;top:981px;left:521px;white-space:nowrap" class="ft01">makefile.mk</p>
+<p style="position:absolute;top:979px;left:611px;white-space:nowrap" class="ft00">,&#160;there&#160;are&#160;a&#160;number&#160;of&#160;XSL&#160;</p>
+<p style="position:absolute;top:1001px;left:236px;white-space:nowrap" class="ft00">stylesheets&#160;used&#160;for&#160;help&#160;compilation:</p>
+<p style="position:absolute;top:1040px;left:263px;white-space:nowrap" class="ft00">•</p>
+<p style="position:absolute;top:1043px;left:290px;white-space:nowrap" class="ft01">default.xsl</p>
+<p style="position:absolute;top:1148px;left:795px;white-space:nowrap" class="ft08"><b>31</b></p>
+</div>
+</body>
+</html>
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
+<head>
+<title>Page 32</title>
+
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<style type="text/css">
+<!--
+	p {margin: 0; padding: 0;}	.ft00{font-size:13px;color:#000000;}
+	.ft01{font-size:11px;color:#707177;}
+	.ft02{font-size:13px;color:#000000;}
+	.ft03{font-size:13px;color:#000000;}
+	.ft04{font-size:11px;color:#35556a;}
+	.ft05{font-size:11px;color:#000000;}
+	.ft06{font-size:13px;line-height:21px;color:#000000;}
+	.ft07{font-size:11px;line-height:13px;color:#35556a;}
+-->
+</style>
+</head>
+<body bgcolor="#A0A0A0" vlink="blue" link="blue">
+<div id="page32-div" style="position:relative;width:892px;height:1263px;">
+<img width="892" height="1263" src="OOo2HelpAuthoring032.png" alt="background image"/>
+<p style="position:absolute;top:136px;left:220px;white-space:nowrap" class="ft00">•</p>
+<p style="position:absolute;top:140px;left:247px;white-space:nowrap" class="ft01">embed.xsl</p>
+<p style="position:absolute;top:137px;left:320px;white-space:nowrap" class="ft00">&#160;&#160;is&#160;&#160;&#160;used&#160;&#160;&#160;for&#160;&#160;&#160;resolving&#160;&#160;&#160;embedded&#160;&#160;&#160;sections&#160;&#160;&#160;in&#160;&#160;&#160;help&#160;&#160;&#160;files&#160;&#160;&#160;during&#160;</p>
+<p style="position:absolute;top:160px;left:247px;white-space:nowrap" class="ft06">compile&#160;time&#160;to&#160;correctly&#160;process&#160;embedded&#160;sections&#160;when&#160;creating&#160;keyword&#160;<br/>and&#160;fulltext&#160;search&#160;index</p>
+<p style="position:absolute;top:212px;left:220px;white-space:nowrap" class="ft00">•</p>
+<p style="position:absolute;top:216px;left:247px;white-space:nowrap" class="ft01">index.xsl</p>
+<p style="position:absolute;top:214px;left:320px;white-space:nowrap" class="ft00">&#160;is&#160;used&#160;by&#160;the&#160;corresponding&#160;JAVA&#160;routine&#160;for&#160;creating&#160;the&#160;full&#160;text&#160;</p>
+<p style="position:absolute;top:237px;left:247px;white-space:nowrap" class="ft00">search&#160;index</p>
+<p style="position:absolute;top:279px;left:193px;white-space:nowrap" class="ft02"><b>Main&#160;Transformation&#160;Stylesheet</b></p>
+<p style="position:absolute;top:305px;left:193px;white-space:nowrap" class="ft00">The&#160;&#160;&#160;main&#160;&#160;&#160;transformation&#160;&#160;&#160;stylesheet&#160;&#160;</p>
+<p style="position:absolute;top:308px;left:477px;white-space:nowrap" class="ft01">main_transform.xsl</p>
+<p style="position:absolute;top:305px;left:622px;white-space:nowrap" class="ft00">&#160;&#160;controls&#160;&#160;&#160;the&#160;&#160;&#160;last&#160;</p>
+<p style="position:absolute;top:328px;left:193px;white-space:nowrap" class="ft06">transformation&#160;step&#160;of&#160;the&#160;XML&#160;files&#160;to&#160;HTML&#160;before&#160;they&#160;are&#160;displayed&#160;in&#160;the&#160;help&#160;<br/>viewer.&#160;The&#160;file&#160;contains&#160;instructions&#160;on&#160;how&#160;to&#160;transform&#160;elements&#160;of&#160;the&#160;XML&#160;files&#160;to&#160;<br/>HTML&#160;elements&#160;to&#160;be&#160;displayed.&#160;It&#160;also&#160;takes&#160;care&#160;of&#160;some&#160;formatting&#160;issues,&#160;and&#160;is&#160;<br/>responsible&#160;for&#160;replacing&#160;variables&#160;used&#160;in&#160;the&#160;help&#160;files.</p>
+<p style="position:absolute;top:430px;left:193px;white-space:nowrap" class="ft06">The&#160;help&#160;content&#160;provider&#160;passes&#160;some&#160;parameters&#160;to&#160;the&#160;stylesheet&#160;that&#160;are&#160;used&#160;for&#160;<br/>file&#160;&#160;processing:</p>
+<p style="position:absolute;top:491px;left:220px;white-space:nowrap" class="ft00">•</p>
+<p style="position:absolute;top:494px;left:247px;white-space:nowrap" class="ft01">Database</p>
+<p style="position:absolute;top:492px;left:312px;white-space:nowrap" class="ft00">&#160;–&#160;this&#160;parameter&#160;identifies&#160;the&#160;help&#160;module&#160;context&#160;(see&#160;also&#160;<a href="OOo2HelpAuthoring-13.html"><i>Help</i></a></p>
+<p style="position:absolute;top:515px;left:247px;white-space:nowrap" class="ft03"><a href="OOo2HelpAuthoring-13.html"><i>Modules&#160;&#160;and&#160;&#160;&#160;Help&#160;&#160;&#160;Sections</i>&#160;&#160;</a>on&#160;&#160;&#160;page&#160;&#160;<a href="OOo2HelpAuthoring-13.html">13</a>&#160;&#160;).&#160;&#160;&#160;It&#160;&#160;&#160;can&#160;&#160;have&#160;&#160;one&#160;&#160;of&#160;&#160;&#160;the&#160;&#160;&#160;values&#160;</p>
+<p style="position:absolute;top:539px;left:247px;white-space:nowrap" class="ft01">swriter</p>
+<p style="position:absolute;top:536px;left:304px;white-space:nowrap" class="ft00">,&#160;&#160;</p>
+<p style="position:absolute;top:539px;left:316px;white-space:nowrap" class="ft01">scalc</p>
+<p style="position:absolute;top:536px;left:357px;white-space:nowrap" class="ft00">,&#160;&#160;</p>
+<p style="position:absolute;top:539px;left:369px;white-space:nowrap" class="ft01">sdraw</p>
+<p style="position:absolute;top:536px;left:411px;white-space:nowrap" class="ft00">,&#160;&#160;</p>
+<p style="position:absolute;top:539px;left:422px;white-space:nowrap" class="ft01">simpress</p>
+<p style="position:absolute;top:536px;left:487px;white-space:nowrap" class="ft00">,&#160;&#160;</p>
+<p style="position:absolute;top:539px;left:499px;white-space:nowrap" class="ft01">schart</p>
+<p style="position:absolute;top:536px;left:548px;white-space:nowrap" class="ft00">,&#160;&#160;</p>
+<p style="position:absolute;top:539px;left:560px;white-space:nowrap" class="ft01">sbasic</p>
+<p style="position:absolute;top:536px;left:609px;white-space:nowrap" class="ft00">,&#160;&#160;</p>
+<p style="position:absolute;top:539px;left:621px;white-space:nowrap" class="ft01">smath</p>
+<p style="position:absolute;top:536px;left:662px;white-space:nowrap" class="ft00">.&#160;&#160;&#160;This&#160;&#160;&#160;value&#160;&#160;&#160;is&#160;</p>
+<p style="position:absolute;top:559px;left:247px;white-space:nowrap" class="ft00">used&#160;to&#160;evaluate&#160;<i>application&#160;switches</i>&#160;(see<a href="OOo2HelpAuthoring-27.html">&#160;<i>Switching&#160;Content</i></a>&#160;on&#160;page&#160;<a href="OOo2HelpAuthoring-27.html">27</a>).</p>
+<p style="position:absolute;top:589px;left:220px;white-space:nowrap" class="ft00">•</p>
+<p style="position:absolute;top:593px;left:247px;white-space:nowrap" class="ft01">System</p>
+<p style="position:absolute;top:590px;left:296px;white-space:nowrap" class="ft00">&#160;–&#160;this&#160;parameter&#160;identifies&#160;the&#160;operating&#160;system/platform.&#160;This&#160;value&#160;is&#160;</p>
+<p style="position:absolute;top:613px;left:247px;white-space:nowrap" class="ft00">used&#160;to&#160;evaluate&#160;<i>system&#160;switches</i>&#160;(see<a href="OOo2HelpAuthoring-27.html">&#160;<i>Switching&#160;Content</i>&#160;</a>on&#160;page<a href="OOo2HelpAuthoring-27.html">&#160;27</a>).</p>
+<p style="position:absolute;top:644px;left:220px;white-space:nowrap" class="ft00">•</p>
+<p style="position:absolute;top:648px;left:247px;white-space:nowrap" class="ft01">productname</p>
+<p style="position:absolute;top:645px;left:336px;white-space:nowrap" class="ft00">&#160;and&#160;</p>
+<p style="position:absolute;top:648px;left:370px;white-space:nowrap" class="ft01">productversion</p>
+<p style="position:absolute;top:645px;left:483px;white-space:nowrap" class="ft00">&#160;–&#160;these&#160;parameters&#160;contain&#160;the&#160;name&#160;and&#160;</p>
+<p style="position:absolute;top:668px;left:247px;white-space:nowrap" class="ft06">version&#160;string&#160;of&#160;the&#160;product&#160;(e.g.&#160;&#34;OpenOffice.org&#34;&#160;&#34;2.0&#34;,&#160;or&#160;&#34;StarOffice&#34;&#160;&#34;8&#34;).&#160;<br/>These&#160;&#160;&#160;are&#160;&#160;&#160;used&#160;&#160;&#160;to&#160;&#160;&#160;replace&#160;&#160;&#160;the&#160;&#160;&#160;variables&#160;&#160;</p>
+<p style="position:absolute;top:692px;left:624px;white-space:nowrap" class="ft01">%PRODUCTNAME</p>
+<p style="position:absolute;top:690px;left:721px;white-space:nowrap" class="ft00">&#160;&#160;and&#160;</p>
+<p style="position:absolute;top:714px;left:247px;white-space:nowrap" class="ft01">%PRODUCTVERSION</p>
+<p style="position:absolute;top:712px;left:369px;white-space:nowrap" class="ft00">&#160;in&#160;the&#160;help&#160;content&#160;(see&#160;<a href="OOo2HelpAuthoring-23.html"><i>Using&#160;Variables</i>&#160;</a>on&#160;page<a href="OOo2HelpAuthoring-23.html">&#160;23</a>).</p>
+<p style="position:absolute;top:743px;left:220px;white-space:nowrap" class="ft00">•</p>
+<p style="position:absolute;top:747px;left:247px;white-space:nowrap" class="ft01">imgrepos</p>
+<p style="position:absolute;top:745px;left:312px;white-space:nowrap" class="ft00">&#160;–&#160;this&#160;parameter&#160;contains&#160;the&#160;physical&#160;path&#160;to&#160;the&#160;image&#160;repository&#160;</p>
+<p style="position:absolute;top:770px;left:247px;white-space:nowrap" class="ft01">images.zip</p>

[... 87 lines stripped ...]