diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2008-10-21 07:00:00 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2008-10-21 07:00:00 -0700 |
commit | fdb2704414a9ed92394ada0d1395e4db86889465 (patch) | |
tree | 9b591a4a50054274a197f02b3ccb51313681879f /xml/src/test/resources/recipt.xml | |
download | libcore-fdb2704414a9ed92394ada0d1395e4db86889465.zip libcore-fdb2704414a9ed92394ada0d1395e4db86889465.tar.gz libcore-fdb2704414a9ed92394ada0d1395e4db86889465.tar.bz2 |
Initial Contribution
Diffstat (limited to 'xml/src/test/resources/recipt.xml')
-rw-r--r-- | xml/src/test/resources/recipt.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/xml/src/test/resources/recipt.xml b/xml/src/test/resources/recipt.xml new file mode 100644 index 0000000..d7cf0fb --- /dev/null +++ b/xml/src/test/resources/recipt.xml @@ -0,0 +1,24 @@ +<?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 --> |