blob: 14ed3fa323839b222ea44686848f3c1f8f8716f5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- START SNIPPET: xml -->
<beans xmlns:p="java://org.apache.xbean.spring.example">
<p:PizzaService id="pizzaService">
topping Salami
cheese Edam
size 17
</p:PizzaService>
</beans>
<!-- END SNIPPET: xml -->