Validation XML configuration files
As part of the introduction of the Settings API 2.5, a schema was made for all configuration XML files.
- Configuration files received a version number
<InfoShareStates version="1.0"> ... </InfoShareStates> - Configuration files are validated against this schema when they are submitted through the user interface (UI). The rest of the application assumes that the configuration files in the database are valid.
Resubmit the legacy configuration XML files using Organize Space, . The configuration file is validated and some corrections are made. For example, a @version attribute with the value, 1.0 is added. If there are validation errors when resubmitting the configuration files, remove all statuses in the status definitions with value "Not found as LOV Value".
<Status Elm="..." value="Not found as LOV Value"/>