<?xml version="1.0" encoding="UTF-8" ?>
<wml>
	<!--A simple WML file-->
	<card id="first">
		<p>
			First card.
		</p>
	</card>
	<card id="second">
		<p>
		First para of the Second card.
		</p>

		<p>
		Second para of the Second card.
		</p>


	</card>
	<!--Other cards-->
</wml>