<?xml version="1.0" ?> 
<?xml-stylesheet type="text/xsl" href="BestBuy.xsl"?>
  <Computers>
   <Type>
     <Name>TRS-80</Name>
     <Price>$30.00</Price>
     <Speed>Super Slow</Speed>
   </Type>
   <Type>
     <Name>1985 Amiga</Name>
     <Price>$200.00</Price>
     <Speed>Fairly Fast</Speed>
   </Type>
   <Type>
     <Name>Dell Inspiron 3500</Name>
     <Price>$2,500</Price>
     <Speed>Fast</Speed>
   </Type>
   <Type>
     <Name>Apple G4 Desktop</Name>
     <Price>$3,000</Price>
     <Speed>Really Fast</Speed>
   </Type>
   <Type>
     <Name>Sun Solaris Workstation</Name>
     <Price>$15,000</Price>
     <Speed>Fastest of All</Speed>
   </Type> 
 </Computers>
  
