blob: 9c0db0eee1c6c9832daf724bccb302f9696e3287 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns:x="http://xbean.apache.org/schemas/pizza" xmlns:foo="urn:foo">
<x:recipe-service id="recipeService">
<x:topRecipe>
<x:instructions>Mash together</x:instructions>
<x:ingredients>Food</x:ingredients>
</x:topRecipe>
<x:recipe>
<x:instructions>Mash together</x:instructions>
<x:ingredients>Food</x:ingredients>
</x:recipe>
<x:recipe>
<x:instructions>Mash together</x:instructions>
<x:ingredients>Food</x:ingredients>
</x:recipe>
</x:recipe-service>
</beans>