<?xml version = "1.0"?> 
<?xml-stylesheet type="text/xsl" href="homework8.xsl" ?>
<catalog>
     <title>Flowers of the week</title>
     <plant> 
	<name>Butterfly bush</name>
	<latin>Buddleja alternifolia</latin> 
	<price>$3.45</price>
	<height>4.5m</height>
        <season>Summer</season> 
	<condition>dry sun</condition>
	<image>http://www-scf.usc.edu/~csci571/2003Fall/hw4/bbush.jpg</image>
     </plant>
     <plant> 
	<name>Pineapple broom</name>
	<latin>Cytisus Battandieri</latin> 
	<price>$5.00</price>
	<height>4m</height>
	<season>Early Summer</season> 
	<condition>dry sun</condition>
	<image>http://www-scf.usc.edu/~csci571/2003Fall/hw4/pbroom.jpg</image>
     </plant>
     <plant> 
	<name>Peony</name>
	<latin>Paeonia Lactiflora hybrids</latin> 
	<price>$2.15</price>
	<height>60cm</height>
	<season>Summer</season> 
	<condition>shade</condition>
	<image>http://www-scf.usc.edu/~csci571/2003Fall/hw4/peony.jpg</image>
     </plant>
     <plant> 
	<name>Hollyhock</name>
	<latin>Alcea rosea</latin> 
	<price>$2.00</price>
	<height>2.5m</height>
	<season>Summer</season> 
	<condition>Clay soil</condition>
	<image>http://www-scf.usc.edu/~csci571/2003Fall/hw4/alcea.jpg</image>
     </plant>
</catalog>

