Home
Customers
First Customer
Customer ID 34
Customer ID 34's Name
XPath Documentation
<?xml version="1.0" encoding="utf-8"?> <customers> <customer id="12"> <name>Joe Smith</name> <telephone>01358 123125</telephone> <telephone>01358 166231</telephone> <fax>01358 232112</fax> <address type="invoice"> <line1>24 High Road</line1> <line2/> <town>Bristol</town> <county>Avon</county> <postcode>BS2 3SD</postcode> </address> <address type="delivery"> <line1>18 West Lane</line1> <line2/> <town>Bristol</town> <county>Avon</county> <postcode>BS3 5AL</postcode> </address> </customer> <customer id="34"> <name>Sally Jones</name> <telephone>0207 312 1213</telephone> <fax>0207 221 1231</fax> </customer> <customer id="23"> <name>Mark Hughes</name> <telephone>01392 123121</telephone> </customer> </customers>