Introduction XML Tutorial

You can't have more than one attribute with the same name on an element.
Order of attributes is not relevant.
They are attached to the start-tag, but not to the end-tag. 
 
    Bond 
    James 
 
Attributes must have values.
Those values must be in quotes. 
Either single quotes or double quotes are fine, but they have to match. 
 or