1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE collection SYSTEM "./recipt.dtd"> 3<!--comment1 --> 4<collection> 5 <description> 6 Some recipes used for the XML tutorial. 7 </description> 8 <recipe> 9 <title>Beef Parmesan<![CDATA[<title> with Garlic Angel Hair Pasta</title>]]></title> 10 <ingredient name="beef cube steak" amount="1.5" unit="pound"/> 11 <preparation> 12 <step> 13 Preheat oven to 350 degrees F (175 degrees C). 14 </step> 15 </preparation> 16 <comment> 17 Make the meat ahead of time, and refrigerate over night, the acid in the 18 tomato sauce will tenderize the meat even more. If you do this, save the 19 mozzarella till the last minute. 20 </comment> 21 <nutrition calories="1167" fat="23" carbohydrates="45" protein="32"/> 22 </recipe> 23</collection> 24<!--comment2 --> 25