<?xml version="1.0" encoding="iso-8859-1"?>

<!-- Basic XML Document -->

<basicXMLdoc>

	<tagWithoutAttributes>Some value 123</tagWithoutAttributes>

	<tagWithAttributes attrA="789" attrB="XYZ">
		We could include more tags in here if we wanted...
	</tagWithAttributes>

	<emptyTagWithoutAttributes/>

	<emptyTagWithAttributes attrX="Hello" attrY="Mary" />

</basicXMLdoc>

