<?xml version="1.0" encoding="utf-8"?>
<c:customers xmlns:c="http://schemas.devleap.com/Customers">
<c:customer>
<c:name>Paolo</c:name>
<c:city>Brescia</c:city>
</c:customer>
<c:customer>
<c:name>Marco</c:name>
<c:city>Torino</c:city>
</c:customer>
</c:customers>
