if(foundVersion || foundAllVersion) {
try {
File csFile = new File(ATTR_XML_FILE_NAME);
csXml = XmlUtil.createDom(csFile);
} catch(IOException ioe) {
throw new SdkException("Error processing file: " + ATTR_XML_FILE_NAME + " : " + ioe.getMessage());
} catch(SAXException se) {
throw new SdkException("Error processing file: " + ATTR_XML_FILE_NAME + " : " + se.getMessage());
} catch(ParserConfigurationException pce) {
throw new SdkException("Error processing file: " + ATTR_XML_FILE_NAME + " : " + pce.getMessage());
}
} else {
int[] attrSetIds = null;
if(asList != null) {
attrSetIds = new int[asList.length];