ergne.parsing-samples.2.1.source-code.simpleXml.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parsing-samples Show documentation
Show all versions of parsing-samples Show documentation
Examples of uses of the parsing features.
<?xml version="1.0" encoding="UTF-8"?> <tree> <node id="root"> <node id="solo"/> <node id="parent 1"> <node id="child 1.1"/> <node id="child 1.2"/> <node id="child 1.3"/> </node> <node id="parent 2"> <node id="child 2.1"/> </node> </node> </tree>