<?xml version="1.0" encoding="UTF-8"?>
<recipe_attributes>
	<ingredients>
		<ingredient item="1">ingredient one</ingredient>
		<ingredient item="2">ingredient two</ingredient>
		<ingredient item="3">ingredient three</ingredient>
		<ingredient item="4">ingredient four</ingredient>
		<ingredient item="5">ingredient five</ingredient>
	</ingredients>
	<steps>
		<step number="1">this is step one</step>
		<step number="2">this is step two</step>
		<step number="3">this is step three</step>
		<step number="4">this is step four</step>
		<step number="5">this is step five</step>
	</steps>
</recipe_attributes>

