With ConfiDoc you can easily show the data from XML, JSON, CSV, RSS and SQL sources using the same approach an methods.

In this tutorial we will show you how you can present the XML data (stored as page attachment) to  your end users

The structure of the XML is as follows:

<users>
	<user>
		<name>Sam Smith</name>
		<email>ss@domain.com</email>
	</user>
	<user>
		<name>John Doe</name>
		<email>jd@domain.com</email>
	</user>
</users>