put this in the return
<?xml version='1.0' encoding='utf-8' ?>
and that bugs out on the JSON data driver.
“Unexpected token <”
if fixed it with this
data=data.substring(data.indexOf("["));
but with every update/bugfix from you guys it is getting annoying to add. Specially when I dont have the debug JS file