Grrrrr, Filemaker Pro is a pig.

Hi.

I have a script that creates new records in FMP. I then use Chris Hanson’s PHP class ‘FX’ to handle queries to the FMP db through an online form (FX submit’s the query, parses the returned XML and then hands the results off to you in a neat little (or large) multidimensional array - makes working with FMP on the web a breeze.

Except, when I am passing the data into the DB using AS I got errors on my web page indicating that the XML is not well formed. When I hard code the data in it’s fine.

Here’s the exact error message:

XML error: not well-formed (invalid token) at line 1

Anyone have any ideas why?

Muchos grandes

Steve

Check for gremlins (null or high ascii chars) in the response stream and post the XML if you don’t see any.