Only in Chrome

Hi, I get the following error (alert)

Type: LoadXML
Description: Incorrect XML

both when making a simple booking and a recurring one, but not in IE nor Firefox, they work just fine.

I’ve been trying to validate my XML but can’t see anything wrong (by eye at least). Is this some know bug against Chrome (haven’t tried other webkits like Safari) and can it be solved or worked around somehow?

I’m using 2.3

br,

I had the same issue. Make sure the FIRST line in your xml is:

<?xml version="1.0" encoding="ISO8859-1" ?>

and that the response type is xml, not text or html.