All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ergne.parsing-samples.2.1.source-code.simpleXml.xml Maven / Gradle / Ivy

There is a newer version: 2.4
Show newest version
<?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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy