-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathexample.xml
More file actions
125 lines (125 loc) · 5.6 KB
/
Copy pathexample.xml
File metadata and controls
125 lines (125 loc) · 5.6 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="flowers.sch" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<topic id="growing_flowers">
<title>Growing <b>Flowers</b></title>
<shortdesc>When caring for your <b>flower</b> garden you want to feed your plants properly,
control pests and weeds.</shortdesc>
<body>
<section>
<title>Introduction</title>
<p>With just a little bit of care and preparation, any flower garden can be a vibrantly
colored environment. Flowers can be selected for specific blooming seasons, colors and
shapes. Both annual and perennial flower gardens can be planted depending on climate and
specific needs. </p>
<p>Read more about growing flowers here:</p>
<ul id="read_more_list">
<li><xref href="http://en.wikipedia.org/wiki/Flower_garden" format="html" scope="external"
>Flower garden</xref>;</li>
<li><xref href="http://en.wikipedia.org/wiki/Raised-bed_gardening" format="html"
scope="external">Raised-bed gardening</xref></li>
<li><xref href="http://en.wikipedia.org/wiki/Compost" format="html" scope="external"
>Compost</xref></li>
</ul>
<p>Most of the information was taken from <xref href="www.wikipedia.org/" format="html"
scope="external"/>, the free encyclopedia.</p>
</section>
<section>
<title>Care and Preparation</title>
<p>When caring for your flower garden you want to feed your plants properly, control pests and
weeds. Good soil is a must to successful gardening, landscaping, and healthy flowers. You
have to balance the soil structure with nutrients and regulate the pH to cover your plants'
needs. And above all, remember that many flower gardens fail because they just don't get
enough of your attention.</p>
<table frame="all" rowsep="1" colsep="1" id="flowers_table">
<title>Flowers</title>
<tgroup cols="3">
<colspec colname="c1" colnum="1" colwidth="1.0*"/>
<colspec colname="c2" colnum="2" colwidth="1.0*"/>
<colspec colname="c3" colnum="3" colwidth="1.0*"/>
<thead>
<row>
<entry>Flower</entry>
<entry>Type</entry>
</row>
</thead>
<tbody>
<row>
<entry>Chrysanthemum</entry>
<entry>perennial</entry>
<entry>well drained</entry>
</row>
<row>
<entry>Gardenia</entry>
<entry>perennial</entry>
</row>
<row>
<entry>Gerbera</entry>
<entry>annual</entry>
<entry>sandy, well-drained</entry>
</row>
<row>
<entry>Iris</entry>
</row>
</tbody>
</tgroup>
</table>
</section>
<section><title>Flowers by Season</title><p>The various climatic changes that occur in cyclic
pattern are termed as 'Seasons'. There are four general seasons occurring on Earth - Spring,
Summer, Autumn and Winter.</p><ol id="flowers_by_season_list">
<li>Spring Flowers<ul id="spring_flowers_list">
<li>
<p>Iris - is a genus of between 200-300 species of flowering plants with showy
flowers.</p>
<ul id="spring_flowers_others_list">
<li>
<p>Irises are extensively grown as ornamental plants in home and botanical
gardens.</p>
</li>
<li>
<p>Some rhizomes are traded as orris root and are used in perfume and medicine,
though more common in ancient times than today.</p>
</li>
</ul>
</li>
<li>
<p>Snowdrop - is the common name for members of the genus Galanthus, a small genus of
about 20 species in the family Amaryllidaceae.</p>
</li>
</ul></li>
<li>Summer Flowers<ul id="summer_flowers_list">
<li>
<p>Gardenia - is a genus of about 250 species of flowering plants in the coffee
family, Rubiaceae, native to the tropical and subtropical regions of Africa,
southern Asia, Australasia and Oceania.</p>
</li>
</ul></li>
<li>Autumn Flowers<ul id="autumn_flowers_list">
<li>
<p>Chrysanthemum - often called 'mums', are a genus (Chrysanthemum) of about 30
species of perennial flowering plants in the family Asteraceae, native to Asia and
northeastern Europe.</p>
</li>
<li>
<p>Salvia - is the largest genus of plants in the mint family, Lamiaceae, with
approximately 900 species of shrubs, herbaceous perennials, and annuals. It is one
of three genera commonly referred to as sage.</p>
</li>
</ul></li>
<li>Winter Flowers<ul id="winter_flowers_list">
<li>
<p>Gerbera - is a genus of ornamental plants from the sunflower family (Asteraceae).
It was named in honor of the German naturalist Traugott Gerber.</p>
</li>
</ul></li>
</ol>
<p>See also:
<ul>
<li> <p>http://en.wikipedia.org/wiki/Category:Horticulture_and_gardening</p></li>
<li><p>https://en.wikipedia.org/wiki/Plant_reproductive_morphology</p></li>
<li>
<p>http://wildflower.utexas.edu</p>
</li>
</ul></p></section>
</body>
</topic>