<?xml version="1.0" encoding="UTF-8"?>
<!--
   Bobcat Of Knoxville Product List
   Author: Joshua Anderson
   Date: November 1, 2008   

   Filename:         products.xml
   Supporting Files: products.xsl
-->

<?xml-stylesheet type="text/xsl" href="stylesheets/excavators.xsl" ?>



<products>
<product id="Compact Excavator">
   <model>418</model>
   <description>
      <p></p>
   </description>
   <specs>
   	  <horsepower>10.2 HP</horsepower>
      <weight>2593 lbs</weight>
      <digdepth>72 in</digdepth>
	  <reach>10.2 ft</reach>
	  <width>27.8 in</width>
	  <bucketdiggingforce>1865 lbs</bucketdiggingforce>
      <armdiggingforce>1248 lbs</armdiggingforce>
   </specs>
</product>

<product id="Compact Excavator">
   <model>324</model>
   <description>
      <p></p>
   </description>
   <specs>
   	  <horsepower>13.9 HP</horsepower>
      <weight>3428 lbs</weight>
      <digdepth>102.4 in</digdepth>
	  <reach>168.4 in</reach>
	  <width>38.6 in</width>
	  <bucketdiggingforce>3620 lbs</bucketdiggingforce>
      <armdiggingforce>1778 lbs</armdiggingforce>
   </specs>
</product>

<product id="Compact Excavator">
   <model>325</model>
   <description>
      <p></p>
   </description>
   <specs>
   	  <horsepower>27.4 HP</horsepower>
      <weight>6506 lbs</weight>
      <digdepth>100.6 in</digdepth>
	  <reach>166.66 in</reach>
	  <width>55 in</width>
	  <bucketdiggingforce>5058 lbs</bucketdiggingforce>
      <armdiggingforce>3282 lbs</armdiggingforce>
   </specs>
</product>

<product id="Compact Excavator">
   <model>425</model>
   <description>
      <p></p>
   </description>
   <specs>
   	  <horsepower>27 HP</horsepower>
      <weight>5870 lbs</weight>
      <digdepth>100.1 in</digdepth>
	  <reach>178 in</reach>
	  <width>60.6 in</width>
	  <bucketdiggingforce> lbs</bucketdiggingforce>
      <armdiggingforce> lbs</armdiggingforce>
   </specs>
</product>

<product id="Compact Excavator">
   <model>E32</model>
   <description>
      <p></p>
   </description>
   <specs>
   	  <horsepower>33.3 HP</horsepower>
      <weight>7127 lbs</weight>
      <digdepth>122.7 in</digdepth>
	  <reach>207.5 in</reach>
	  <width>59.8 in</width>
	  <bucketdiggingforce>7081 lbs</bucketdiggingforce>
      <armdiggingforce>4721 lbs</armdiggingforce>
   </specs>
</product>

<product id="Compact Excavator">
   <model>E35</model>
   <description>
      <p></p>
   </description>
   <specs>
   	  <horsepower>33.3 HP</horsepower>
      <weight>7493 lbs</weight>
      <digdepth>122.7 in</digdepth>
	  <reach>217.3 in</reach>
	  <width>69 in</width>
	  <bucketdiggingforce>7081 lbs</bucketdiggingforce>
      <armdiggingforce>4721 lbs</armdiggingforce>
   </specs>
</product>

<product id="Compact Excavator">
   <model>E42</model>
   <description>
      <p></p>
   </description>
   <specs>
   	  <horsepower>41.8 HP</horsepower>
      <weight>9246 lbs</weight>
      <digdepth>126.2 in</digdepth>
	  <reach>207 in</reach>
	  <width>68.9 in</width>
	  <bucketdiggingforce>9105 lbs</bucketdiggingforce>
      <armdiggingforce>5778 lbs</armdiggingforce>
   </specs>
</product>

<product id="Compact Excavator">
   <model>E45</model>
   <description>
      <p></p>
   </description>
   <specs>
   	  <horsepower>41.8 HP</horsepower>
      <weight>10077</weight>
      <digdepth>129.9 in</digdepth>
	  <reach>223.2 in</reach>
	  <width>77.2 in</width>
	  <bucketdiggingforce>8048 lbs</bucketdiggingforce>
      <armdiggingforce>5776 lbs</armdiggingforce>
   </specs>
</product>

<product id="Compact Excavator">
   <model>E50</model>
   <description>
      <p></p>
   </description>
   <specs>
   	  <horsepower>48.8 HP</horsepower>
      <weight>10677</weight>
      <digdepth>138.7 in</digdepth>
	  <reach>233.8 in</reach>
	  <width>77.2 in</width>
	  <bucketdiggingforce>9442 lbs</bucketdiggingforce>
      <armdiggingforce>6452 lbs</armdiggingforce>
   </specs>
</product>

<product id="Compact Excavator">
   <model>E60</model>
   <description>
      <p></p>
   </description>
   <specs>
   	  <horsepower>52.3 HP</horsepower>
      <weight>13556</weight>
      <digdepth>163.2 in</digdepth>
	  <reach>256 in</reach>
	  <width>78 in</width>
	  <bucketdiggingforce>9117 lbs</bucketdiggingforce>
      <armdiggingforce>5152 lbs</armdiggingforce>
   </specs>
</product>

<product id="Compact Excavator">
   <model>E80</model>
   <description>
      <p></p>
   </description>
   <specs>
   	  <horsepower>57 HP</horsepower>
      <weight>18689 lbs</weight>
      <digdepth>184 in</digdepth>
	  <reach>N/A in</reach>
	  <width>90.6 in</width>
	  <bucketdiggingforce>12280 lbs</bucketdiggingforce>
      <armdiggingforce>7659 lbs</armdiggingforce>
   </specs>
</product>
</products>
