
You get an error like following when you load adx in browser
SyntaxError: expected property name, got …
Most probably:
SyntaxError: expected property name, got ','
This error should not happen. It's most probably a bug in adx.
Please report it by creating a new ticket. You can also send an email to the adx author (you can find the email address under "Contact" at the adx website).
That the bug can be resolved, please provide the <contact> XML tag with all sub tags like <forename>, <surname> , etc. You can of course change the values of the contact for privacy reasons.
Technical background for this error:
Each <contact> XML with it's sub XML tags like <forename>, <surname> and so on are translated (by XSLT) into javascript. This javascript is parsed eventually by the browser to build a data model of the contacts as javascript objects. This works normally but if for example the structure of the XML tags are used in an unexpected/untested way, the translated javascript may have an syntax error.
To be documented...