Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <foo bar="baz">
    ...
    <empty_nest>
    </empty_nest>
    </foo>
    
  2. or download this
      <?xml version="1.0" encoding="ISO-8859-1" ?> 
    - <foo bar="baz">
    ...
      <nested>text</nested> 
      <empty_nest /> 
      </foo>