<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE geology SYSTEM "mydtd.dtd">
<!-- Volcano data -->
<geology>
    <volcano name="Erebus">
        <location>Ross Island, Antarctica</location>
        <height value="3794" unit="m"/>
        <type>stratovolcano</type>
        <eruption>constant activity</eruption>
        <magma>basanite to trachyte</magma>
    </volcano>
    <volcano name="Hekla">
        <location>Iceland</location>
        <height value="1491" unit="m"/>
        <type>stratovolcano</type>
        <eruption>1970</eruption>
        <eruption>1980</eruption>
        <eruption>1991</eruption>
        <magma>calcalkaline</magma>
        <comment>The type is actually intermediate between crater row and stratovolcano types</comment>
    </volcano>
    <volcano name="Mauna Loa">
        <location>Hawaii</location>
        <height value="13677" unit="ft"/>
        <type>shield</type>
        <eruption>1984</eruption>
        <magma>basaltic</magma>
    </volcano>
</geology>


