Is it possible to select all attributes of the same name in an XML file ?
I have managed to select all elements of the same name but I cannot find a solution to select all attributes of the same name.
for each(item in xmlObject..elementName)
{
// something
}