Hi

Can someone please explain what the prupose of and XML attribute is? For example,

Code:
<family address="1 London Road">
would be the same as a value within an Element i.e.

Code:
<address>1 London Road</address>.
So what is the purpose of an attribute in this case?

Many Thanks