Home › Forums › General XMetaL Discussion › Turn off: Automatic Validation befor Saving a Document › Reply To: Turn off: Automatic Validation befor Saving a Document
Reply to: Turn off: Automatic Validation befor Saving a Document
September 26, 2016 at 8:31 pmXMAX does not have an INI file (as noted earlier in this thread).
The API you are hoping for (to turn off validation) does not exist (even in the current release, which is 11), so you would have to implement something similar to what Sebastian has done. Basically that amounts to grabbing the XML source and passing that into your application as a string variable (using the API ActiveDocument.Xml) and then writing that string to disk using code in your application.