I'm using SAX to parse some XML. In my handler's startElement() method I'm trying to read the value of an attribute named xsi:type with something like:
xsi:type
String type = attributes.getValue("xsi:type");