Resolved! Converting XML to JSON failing with gs.xmlToJSON when XML contains #&13;
Hi, I'm trying to convert XML strings to JSON objects using gs.xmlToJSON() I've found that if the XML contains a character entity such as then the conversion fails. For example var xTest = "<a>Hello World</a>"; var obj = gs.xmlToJSON(xTe...
