diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 18:28:14 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 18:28:14 -0800 |
commit | 1c0fed63c71ddb230f3b304aac12caffbedf2f21 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /xml/src/test/resources/recipe1.xml | |
parent | 2fb02ef3025449e24e756a7f645ea6eab7a1fd4f (diff) | |
download | libcore-1c0fed63c71ddb230f3b304aac12caffbedf2f21.zip libcore-1c0fed63c71ddb230f3b304aac12caffbedf2f21.tar.gz libcore-1c0fed63c71ddb230f3b304aac12caffbedf2f21.tar.bz2 |
auto import from //depot/cupcake/@135843
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 --> |