<?xml version="1.0" encoding="UTF-8"?>
<recipe_counting>
	<ingredients>
		<ingredient_1>ingredient one</ingredient_1>
		<ingredient_2>ingredient two</ingredient_2>
		<ingredient_3>ingredient three</ingredient_3>
		<ingredient_4>ingredient four</ingredient_4>
		<ingredient_5>ingredient five</ingredient_5>
	</ingredients>
	<steps>
		<step_1>this is step one</step_1>
		<step_2>this is step two</step_2>
		<step_3>this is step three</step_3>
		<step_4>this is step four</step_4>
		<step_5>this is step five</step_5>
	</steps>
</recipe_counting>

