Example 2 This example describes simple address data, where the fields can appear in a different order depending on their label. The choice tag is used to determine the input line by using doing a match based on the label. Example Input name: John & Paul number: 07953 128912 street: 1 Cousins Drive
name: P J Baird street: 24b The Hamptons number: 07832 213 877
Example Output <addresses> <address> <name>John & Paul</name> <number>07953 128912</number> <street>1 Cousins Drive</street> </address> <address> <name>P J Baird</name> <street>24b The Hamptons</street> <number>07832 213 877</number> </address> </addresses>