/tutorial/xml/dom/bad_example.xml

http://github.com/tybor/Liberty · XML · 9 lines · 8 code · 0 blank · 1 comment · 0 complexity · 34e8567150d277a1bfbc74df90c1ab70 MD5 · raw file

  1. <?xml version='1.0'?>
  2. <tree>
  3. <node>
  4. <leaf id="1">
  5. <!-- there should be no node here -->
  6. <node/>
  7. </leaf>
  8. </node>
  9. </tree>