<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="recipe.xsl"?>
<!-- Adam Boggs's Homebrew Recipe XML Schema -->
<recipes>
  <recipe>
    <name>Transporter I</name>
    <brewer>Adam Boggs</brewer>
    <asst_brewer></asst_brewer>
    <type>English Porter</type>
    <batch_size>5 Gallons</batch_size>
    <brew_schedule>
      <event>
	<name>Start Mash</name>
	<time>12:15</time>
	<temp />
	<comments />
      </event>
      <event>
	<name>Recirculation</name>
	<time>1:30</time>
      </event>
      <event>
	<name>Sparge</name>
	<time>2:44</time>
      </event>
      <event>
	<name>End Sparge</name>
	<time>3:06</time>
      </event>
      <event>
	<name>First Hops</name>
	<time>4:10</time>
      </event>
      <event>
	<name>Second Hops</name>
	<time>6:00</time>
      </event>
      <event>
	<name>Heat Off</name>
	<time>6:08</time>
      </event>
      <event>
	<name>Pitch Yeast</name>
	<time>7:15</time>
      </event>
    </brew_schedule>

    <rack_schedule>
      <event>
        <name>Date Made</name>
	<date>08/06/2000</date>
	<gravity>1.048</gravity>
	<comments />
      </event>
      <event>
	<name>Bottled</name>
	<date>02/23/2001</date>
	<gravity>1.011</gravity>
	<comments />
      </event>
    </rack_schedule>

    <ingredients>
      <ing>
	<amount>1/2</amount><unit>lb</unit>
	<description>English Chocolate Malt</description>
      </ing>
      <ing>
	<amount>1/2</amount><unit>lb</unit>
	<description>English Crystal Malt</description>
      </ing>
      <ing>
	<amount>1/4</amount><unit>lb</unit>
	<description>English Black Patent Malt</description>
      </ing>
      <ing>
	<amount>1/2</amount><unit>lb</unit>
	<description>English Pale Caramalt</description>
      </ing>
      <ing>
	<amount>1</amount><unit>oz</unit>
	<description>Cascade Hops 6.5% ALPHA (Bittering)</description>
      </ing>
      <ing>
	<amount>1/2</amount><unit>oz</unit>
	<description>Cascade Hops 6.5% ALPHA (Finish)</description>
      </ing>
      <ing>
	<amount>1/4</amount><unit>oz</unit>
	<description>Kent Goldings6.5% ALPHA (Finish)</description>
      </ing>
      <ing>
	<amount>1</amount><unit>oz</unit>
	<description>Cascade Hops 6.5% ALPHA</description>
      </ing>
      <ing>
	<amount>1</amount><unit>vial</unit>
	<description>White Labs English Ale Yeast</description>
      </ing>
    </ingredients>

    <comments>
    Dark, roasty finish, moderately hopped, tasty!
    </comments>
  </recipe>
</recipes>

