<?xml version="1.0" encoding="iso-8859-1"?> |
<root> |
<Customers>
<CustomerID>ALFKI</CustomerID>
<CompanyName>Alfreds Futterkiste</CompanyName>
<ContactName>Maria Anders</ContactName>
<ContactTitle>Sales Representative</ContactTitle> |
<AddressLine1>Obere Str. 57</AddressLine1>
<AddressLine2></AddressLine2>
<City>Berlin</City>
<Region></Region>
<PostalCode>12209</PostalCode> |
<Country>Germany</Country>
<Phone>030-0074321</Phone>
<Fax>030-0076545</Fax>
</Customers> |
... |
<Customers>
<CustomerID>WOLZA</CustomerID>
<CompanyName>Wolski Zajazd</CompanyName>
<ContactName>Zbyszek Piestrzeniewicz</ContactName>
<ContactTitle>Owner</ContactTitle> |
<AddressLine1>ul. Filtrowa 68</AddressLine1>
<AddressLine2></AddressLine2>
<City>Warszawa</City>
<Region></Region>
<PostalCode>01-012</PostalCode> |
<Country>Poland</Country>
<Phone>(26) 642-7012</Phone>
<Fax>(26) 642-7012</Fax>
</Customers> |
</root> |
| Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |