126 lines
3.2 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE animals SYSTEM "animals.dtd">
<animals xmlns="http://msiter.ru"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://msiter.ru ./animals.xsd">
<?xml-stylesheet type="text/xsl" href="styles.xslt"?>
<animals>
<animal id="1">
<name>Слон</name>
<size>
<width>3.2</width>
<height>4.0</height>
</size>
<weight>5400</weight>
<color>Серый</color>
<diet>
<food>Трава</food>
<averageIntake>около 150</averageIntake>
</diet>
<habitat>Саванна</habitat>
<interestingFact>Слоны - самые большие животные на Земле (на суше)</interestingFact>
</animal>
<animal id="2">
<name>Пингвин</name>
<size>
<width>0.4</width>
<height>1.1</height>
</size>
<weight>30</weight>
<color>Черно-белые, иногда фиолетово-белые</color>
<diet>
<food>Рыба</food>
<averageIntake>2</averageIntake>
</diet>
<habitat>Антарктика</habitat>
<interestingFact>Пингвины-родители по очереди высиживают яйца, пока второй партнер уходит на охоту за рыбой</interestingFact>
</animal>
<animal id="3">
<name>Тигр</name>
<size>
<width>1.2</width>
<height>1.0</height>
</size>
<weight>220</weight>
<color>Оранжевый с черными полосами</color>
<diet>
<food>
Мясо
</food>
<averageIntake>
10
</averageIntake>
</diet>
<habitat>Леса, саванны</habitat>
<interestingFact>Тигры могут проплывать до 6 км за один раз</interestingFact>
</animal>
<animal id="4">
<name>Панда</name>
<size>
<width>0.8</width>
<height>0.7</height>
</size>
<weight>100</weight>
<color>Черно-белый</color>
<diet>
<food>
Бамбук
</food>
<averageIntake>
15
</averageIntake>
</diet>
<habitat>Горные леса Китая</habitat>
<interestingFact>Панды проводят до 14 часов в день, поедая бамбук</interestingFact>
</animal>
<animal id="5">
<name>Белый медведь</name>
<size>
<width>1.5</width>
<height>1.6</height>
</size>
<weight>450</weight>
<color>Белый</color>
<diet>
<food>
Морские млекопитающие
</food>
<averageIntake>
7
</averageIntake>
</diet>
<habitat>Арктика</habitat>
<interestingFact>Белые медведи могут нюхать добычу на расстоянии до 30 км</interestingFact>
</animal>
<animal id="6">
<name>Фламинго</name>
<size>
<width>0.3</width>
<height>1.5</height>
</size>
<weight>3</weight>
<color>Розовый</color>
<diet>
<food>
Мелкие рыбы и водоросли
</food>
<averageIntake>
0.5
</averageIntake>
</diet>
<habitat>Соленые озера и лагуны</habitat>
<interestingFact>Цвет перьев фламинго зависит от их диеты</interestingFact>
</animal>
</animals>
</animals>