hoax.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE recipeml PUBLIC "-//FormatData//DTD DESSERT 0.3//EN"
  3. "http://www.formatdata.com/recipeml/recipeml.dtd">
  4. <?xml-stylesheet href="dessert1.css" type="text/css" ?>
  5. <recipeml version="0.5">
  6. <recipe>
  7. <head>
  8. <title>The Needless-Markman Hoax Chocolate-Chip Cookie</title>
  9. </head>
  10. <ingredients>
  11. <ing>
  12. <amt><qty>2</qty><unit>cups</unit></amt>
  13. <item>butter</item>
  14. </ing>
  15. <ing>
  16. <amt><qty>4</qty><unit>cups</unit></amt>
  17. <item>flour</item>
  18. </ing>
  19. <ing>
  20. <amt><qty>2</qty><unit>tsp.</unit></amt>
  21. <item>soda</item>
  22. </ing>
  23. <ing>
  24. <amt><qty>2</qty><unit>cups</unit></amt>
  25. <item>sugar</item>
  26. </ing>
  27. <ing>
  28. <amt><qty>5</qty><unit>cups</unit></amt>
  29. <item>blended oatmeal</item>
  30. </ing>
  31. <ing>
  32. <amt><qty>24</qty><unit>oz.</unit></amt>
  33. <item>chocolate chips</item>
  34. </ing>
  35. <ing>
  36. <amt><qty>2</qty><unit>cups</unit></amt>
  37. <item>brown sugar</item>
  38. </ing>
  39. <ing>
  40. <amt><qty>1</qty><unit>tsp.</unit></amt>
  41. <item>salt</item>
  42. </ing>
  43. <ing>
  44. <amt><qty>1</qty></amt>
  45. <item>Hershey Bar, grated</item>
  46. </ing>
  47. <ing>
  48. <amt><qty>4</qty></amt>
  49. <item>eggs</item>
  50. </ing>
  51. <ing>
  52. <amt><qty>2</qty><unit>tsp.</unit></amt>
  53. <item>baking powder</item>
  54. </ing>
  55. <ing>
  56. <amt><qty>3</qty><unit>cups</unit></amt>
  57. <item>chopped nuts (your choice)</item>
  58. </ing>
  59. <ing>
  60. <amt><qty>2</qty><unit>tsp.</unit></amt>
  61. <item>vanilla</item>
  62. </ing>
  63. </ingredients>
  64. <directions>
  65. <step>Measure oatmeal and blend in a blender to a fine powder</step>
  66. <step>Cream the butter and both sugars</step>
  67. <step>Add eggs and vanilla; mix together with flour, oatmeal, salt, baking powder, and soda</step>
  68. <step>Add chocolate chips, Hershey Bar and nuts</step>
  69. <step>Roll into balls and place two inches apart on a cookie sheet</step>
  70. <step>Bake for 10 minutes at 375 degrees</step>
  71. </directions>
  72. </recipe>
  73. </recipeml>