/tutorial/xml/dom/example.xml
XML | 7 lines | 6 code | 0 blank | 1 comment | 0 complexity | 9bf6c873d5a90481b684ec498e6642ba MD5 | raw file
1<?xml version='1.0'?> 2<!-- a simple tree that is read by EXAMPLE1 and validated by EXAMPLE2 --> 3<tree> 4 <node> 5 <leaf id="1"/> 6 </node> 7</tree>