<?xml version="1.0"?>
<recipe>
	<ingredients>
		<ingredient item="1">ingredient 1</ingredient>
		<ingredient item="2">ingredient 2</ingredient>
		<ingredient item="3">ingredient 3</ingredient>
	</ingredients>
	<steps>
		<step number="1">step 1</step>
		<step number="2">step 2</step>
		<step number="3">step 3</step>
	</steps>
</recipe>

