Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 14th, 2012  |  syntax: None  |  size: 0.76 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/css" href="nutrition.css"?>
  3. <nutrition>
  4.  
  5. <daily-values>
  6.         <total-fat units="g">65</total-fat>
  7.         <saturated-fat units="g">20</saturated-fat>
  8.         <cholesterol units="mg">300</cholesterol>
  9.         <sodium units="mg">2400</sodium>
  10.         <carb units="g">300</carb>
  11.         <fiber units="g">25</fiber>
  12.         <protein units="g">50</protein>
  13. </daily-values>
  14.  
  15. <food>
  16.         <name>Avocado Dip</name>
  17.         <mfr>Sunnydale</mfr>
  18.         <serving units="g">29</serving>
  19.         <calories total="110" fat="100"/>
  20.         <total-fat>11</total-fat>
  21.         <saturated-fat>3</saturated-fat>
  22.         <cholesterol>5</cholesterol>
  23.         <sodium>210</sodium>
  24.         <carb>2</carb>
  25.         <fiber>0</fiber>
  26.         <protein>1</protein>
  27.         <vitamins>
  28.                 <a>0</a>
  29.                 <c>0</c>
  30.         </vitamins>
  31.         <minerals>
  32.                 <ca>0</ca>
  33.                 <fe>0</fe>
  34.         </minerals>
  35. </food>
  36. </nutrition>