Skip to:
As discussed with Robin, Item provider needs to escape the payload with a "StringUtils.escapeForXML(parser.getText())"` combo int ItemProvider:104 (when eventType == TEXT). This can not be done anywhere else, e.g. in SimplePayload constructor.
As discussed with Robin, Item provider needs to escape the payload with a "StringUtils.escapeForXML(parser.getText())"` combo int ItemProvider:104 (when eventType == TEXT). This can not be done anywhere else, e.g. in SimplePayload constructor.