I have a string array in strings.xml as detailed below:
First
As this is an xml, you will need a xml parser. Then you can get the values of name using
attributes.getValue("name");
Or
name = ((Element) your_node).getAttribute("name")); using DOM parser (org.w3c.dom)