XML file example with elements and attributes


SUBMITTED BY: Guest

DATE: Jan. 25, 2015, 1:43 p.m.

FORMAT: Bash

SIZE: 328 Bytes

HITS: 920

  1. Excerpt from 'XML basics for new users' original article at:
  2. http://www.ibm.com/developerworks/xml/library/x-newxml/
  3. <?xml version="1.0" encoding="UTF-8"?>
  4. <recipe type="dessert">
  5. <recipename cuisine="american" servings="1">Ice Cream Sundae</recipename>
  6. <preptime>5 minutes</preptime>
  7. </recipe>

comments powered by Disqus