This has some other interesting side effects as well. For example,
there's a bug in the XML API related to ampersands:
12&34 (or any other free-text element) becomes
12&34 in the response, which is malformed XML. I checked
the JSON API, and sure enou...