aboutsummaryrefslogtreecommitdiffstats
path: root/docs/mcc-help/uk/sample-page-sections.xml
blob: b0d812127fdb3f87b95a6978d7fc24a4ddb1add1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="utf-8"?>







<!-- Made by marja on 2012 03 18 -->
<!-- NEEDS TO BE REVIEWED! -->
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="uk" xml:id="sample-page-sections"><info><title xml:id="sample-page-sections-ti1">Sample page with several sections</title></info>

<section xml:id="first-section"><info><title xml:id="first-section-ti2" >This is the first section</title></info>  
   <para xml:id="sample-page-sections-pa2" revision="1">This section is nested in a section that covers the whole page</para>
   
   </section>



   
   
   <section xml:id="second-section"><info><title xml:id="second-section-ti3" >This is the second section</title></info>  
   <para xml:id="sample-page-sections-pa2" revision="1">In html you can link to it by adding #second-section to the link to this
page</para>
   
   </section>
   
   <section xml:id="third-section"><info><title xml:id="third-section-ti3" >This is the third section</title></info>  
   
   <para xml:id="sample-page-sections-pa3" revision="1">And this section will be shown when going to
<code>/sample-page-sections#third-section</code> </para>
   
    </section>
    
    </section>