Issue report by Justin Close
Product
FileMaker ProVersion
Advance, 14.01Operating system version
OS X 10.9.5Description of the issue
The DDR output fails to properly encode the ampersand character for an attribute string. Here's an example tag (actual output from the DDR XML): <Image name="Logo B&W.jpg"/>In our case, this happened when inserting an image on a layout, and the filename had the ampersand in it.
The ampersand should be encoded as "&" (I think).