-
1. Re: How to stop seeing "XML schema" message
JosephDoggie Jul 12, 2013 6:16 AM (in response to JosephDoggie)Apparently, this means that the schema is out of sync with the document. Does anyone have any idea of how to get that back in sync without ruining functionality. I know it would help to post the files involved, but I am not able to do that.
Thanks in advance....
-
2. Re: How to stop seeing "XML schema" message
kjaeggin Jul 12, 2013 8:53 AM (in response to JosephDoggie)Has the schema actually changed? If you generated your data connection using an XSD schema, the XFA data description is dervived from this and is cached in the XDP. If the source XSD has changed it will no longer match the data description stored in the XDP, and you will need to refresh your data connection with the new XSD source. If you used an Sample XML Data file as the source of your data connection, this data file could very well have changed, and invalidated the cached data description in the XDP. this is why that warning appears.
-
3. Re: How to stop seeing "XML schema" message
JosephDoggie Jul 15, 2013 9:22 AM (in response to kjaeggin)The interesting thing is that if the document is out of sync everything works -- or seems to; but if I let it put them "in sync" fields that I fill out on the document disappear in workbench, therefore it is not working. I don't really understand this .... do you have any insight why that would occur?
-
4. Re: How to stop seeing "XML schema" message
JosephDoggie Jul 16, 2013 5:33 AM (in response to JosephDoggie)It turns out that the warning message indicates a real problem. In my case the schema was wrong, the document was right, so one would want to edit the schema by hand to match the document and not just let it change the document.
If the two get close enough "in sync" after manual editing, THEN one can allow the document to change to match the schema. Some extra work will usually be required in these cases.

