I have designed a form where an externally created XML file is imported
into the form via xfa.host.importData(); This typically works great
except when there are certain special characters in the XML fields (&,
accent symbols, etc.). In this case, the form just goes blank. I've been
able to replace most of the special characters in the XML files, but
there are still some that I haven't been able to chase down. Is there a
way to do error trapping on this to be able to know where the problem is
in...