You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.addListener: end and error both trigger callback if there is trouble with xml.
parser.addListener('end',function(jsonDOM){if(jsonDOM){//...if(callback)callback(null,output);}else{if(callback)callback("failed to parse xml",null);}}parser.addListener("error",function(err){// ...callback=null;});
The text was updated successfully, but these errors were encountered:
parser.addListener: end and error both trigger callback if there is trouble with xml.
The text was updated successfully, but these errors were encountered: