processXML 中当 XMLMode大于1000时,为用户定制处理: default://XMLMode >= 1000交给用户定制处理 // send any responses to custom requests off to the custom handler // XMLMode >= 1000 are reserved for custom requests/responses if (XMLMode >= 1000) { useCustomFunction(theReply); useCustomFunction(theReply)在aimsCustom.js中