<?xml version="1.0" encoding="UTF-8"?>
<polls>
	
	<poll category="Vegetables">
		<question>What is your favorite kind of vegetable?</question>
		<answers>
			<answer>Squash</answer>
			<answer>Carrots</answer>
			<answer>Onions</answer>
			<answer>Potatoes</answer>
			<answer>Turnips</answer>
		</answers>
	</poll>
</polls>
