Figure 5: Sample XML output of data from the customer master file
<?xml version="1.0"?> <CustomerList> <Customer> <CustNum>5612</CustNum> <Company>Big Big Corporation</Company> <Contact>Bob Littlefield</Contact> <Address> <AddrLine1>123 Sesame St.</AddrLine1> <City>New York</City> <State>NY</State> <PostalCode>12345-5432</PostalCode> </Address> </Customer> <Customer> <CustNum>7712</CustNum> <Company>Mama's Country Store</Company> <Contact>Mama Winters</Contact> <Address> <AddrLine1>6531 NW Demo File St</AddrLine1> <City>WinterLand</City> <State>AK</State> <PostalCode>12432-1414</PostalCode> </Address> </Customer> </CustomerList>