/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
- <?xml version='1.0'?>
- <tree>
- <node>
- <leaf id="1">
- <!-- there should be no node here -->
- <node/>
- </leaf>
- </node>
- </tree>