<?xml version = "1.0"?> 
<?xml-stylesheet type="text/xsl" href="homework8.xsl"?>
<catalog>
     <title>Vegetables of the week</title>
     <plant> 
	<name>Eggplant</name>
	<latin>Solanum Melongena</latin> 
	<price>$1.40</price>
	<height>45cm</height>
	<harvest>68 days</harvest> 
	<condition>1 m apart</condition>
	<image>http://www-scf.usc.edu/~csci571/2003Fall/hw4/eggblack.jpg</image>
     </plant>
     <plant> 
	<name>Tomatoe</name>
	<latin>Lycopersion Esculentum</latin> 
	<price>$1.50</price>
	<height>1m</height>
	<harvest>80 days</harvest> 
	<condition>wire cage</condition>
	<image>http://www-scf.usc.edu/~csci571/2003Fall/hw4/tomatoes.jpg</image>
     </plant>
     <plant> 
	<name>Scarlet Beans</name>
	<latin>Phaseolus Coccineus</latin> 
	<price>$2.00</price>
	<height>2m</height>
	<harvest>64 days</harvest> 
	<condition>planted 10cm apart at the base</condition>
	<image>http://www-scf.usc.edu/~csci571/2003Fall/hw4/beanfortex.jpg</image>
     </plant>
     <plant> 
	<name>Carrot</name>
	<latin>Daucus carota</latin> 
	<price>$1.80</price>
	<height>30cm</height>
	<harvest>73 days</harvest> 
	<condition>thin to 8cm apart</condition>
	<image>http://www-scf.usc.edu/~csci571/2003Fall/hw4/carrot.jpg</image>
     </plant>
     <plant> 
	<name>Cucumber</name>
	<latin>Cucumis sativus</latin> 
	<price>$2.10</price>
	<height>20cm</height>
	<harvest>60 days</harvest> 
	<condition>75 cm apart</condition>
	<image>http://www-scf.usc.edu/~csci571/2003Fall/hw4/cucumber.jpg</image>
     </plant>
</catalog>

