<?xml version="1.0" encoding="ISO8859-1" ?>
<?xml-stylesheet type="text/xsl" href="planets.xsl"?>


<planetspecs>
<photo>
<picture filename="images/ss.gif" x="72" y="160" />
</photo>
<planet>
<name>PLUTO</name>
<picture filename="images/pluto.gif" x="112" y="150" />
<distance>5.91 billion</distance>
<diameter>2,274 km</diameter>
<lowtemp>-400 F </lowtemp>
 <atmosphere>
   <gas>Methane .03</gas>
   <gas>Nitrogen .03</gas>
 </atmosphere>
<orbit> 247.7 years</orbit>
<tilt>122.52</tilt><!--tilt of axis in degrees-->
<rotate> 
   <days> -6.3872</days>
   <hours>no data </hours>
</rotate>
<magnitude>15.12</magnitude><!--Vo-->
</planet>

<planet>
<name>NEPTUNE</name>
<picture filename="images/neptune.gif" x="150" y="150"/>
<distance>4.50 billion </distance>
<diameter>49,500 km </diameter>
<lowtemp>-360 F </lowtemp>
<atmosphere>
   <gas>Methane 2%</gas>
   <gas>Hydrogen 85%</gas>
   <gas>Helium 13%</gas>
</atmosphere>
<orbit> 164.8 years</orbit>
<tilt>28.31 </tilt>
<rotate> 
   <days>no data </days>
   <hours>16.11</hours>
</rotate>
<magnitude>7.84</magnitude>
</planet>

<planet>
<name>URANUS</name>
<picture filename="images/uranus.gif" x="150" y="150"/>
<distance>2.87 billion </distance>
<diameter>51,800 km </diameter>
<lowtemp>-193 C</lowtemp>
<atmosphere>
   <gas>Methane 2%</gas>
   <gas>Hydrogen 83%</gas>
   <gas>Helium 15%</gas>
</atmosphere>
<orbit> 84.01 years</orbit>
<tilt>97.86 </tilt>
<rotate> 
   <days> no data</days>
   <hours> -17.9</hours>
</rotate>
<magnitude>5.52</magnitude>
</planet>

<planet>
<name>EARTH</name>
<picture filename="images/earth.gif" x="150" y="150"/>
<distance>149.6 million </distance>
<diameter>12,756 km </diameter>
<lowtemp>15 C </lowtemp>
<atmosphere>
   <gas>Nitrogen 77%</gas>
   <gas>Oxygen 21%</gas>
   <gas>Other 2%</gas>
</atmosphere>
<orbit> 365.3 days</orbit>
<tilt>23.45 </tilt>
<rotate> 
   <days>.99727</days>
   <hours>.239345 </hours>
</rotate>
<magnitude>no data </magnitude>
</planet>

<planet>
<name>VENUS</name>
<picture filename="images/venus2.gif" x="159" y="148" border="0"/>
<distance>108.2 million </distance>
<diameter>12,104 km </diameter>
<lowtemp>482 C </lowtemp>
<atmosphere>
   <gas>Carbon Dioxide 96%</gas>
   <gas>Nitrogen 3%</gas>
   <gas>Other 1%</gas>
</atmosphere>
<orbit> 224.7 days</orbit>
<tilt>177.36 </tilt>
<rotate> 
   <days>-243.0187 </days>
   <hours>no data</hours>
</rotate>
<magnitude>-4.4 </magnitude>
</planet>


</planetspecs>

