}
// Add the attribute start code
AttributeStartCode attrStart =
context.getAttributeStarts().create(attrName, attrValue);
contentHandler.addAttribute(attrStart);
// And figure out how to add the attribute value...
// If the start code included a prefix
String prefix = attrStart.getValuePrefix();
if (prefix != null) {