diff options
Diffstat (limited to 'xml/src/test/resources/recipe1.xml')
-rw-r--r-- | xml/src/test/resources/recipe1.xml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/xml/src/test/resources/recipe1.xml b/xml/src/test/resources/recipe1.xml deleted file mode 100644 index d7cf0fb..0000000 --- a/xml/src/test/resources/recipe1.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE collection SYSTEM "./recipt.dtd"> -<!--comment1 --> -<collection> - <description> - Some recipes used for the XML tutorial. - </description> - <recipe> - <title>Beef Parmesan<![CDATA[<title> with Garlic Angel Hair Pasta</title>]]></title> - <ingredient name="beef cube steak" amount="1.5" unit="pound"/> - <preparation> - <step> - Preheat oven to 350 degrees F (175 degrees C). - </step> - </preparation> - <comment> - Make the meat ahead of time, and refrigerate over night, the acid in the - tomato sauce will tenderize the meat even more. If you do this, save the - mozzarella till the last minute. - </comment> - <nutrition calories="1167" fat="23" carbohydrates="45" protein="32"/> - </recipe> -</collection> -<!--comment2 --> |