Changeset 129 for Xml/Validator
- Timestamp:
- 01/09/08 10:53:16 (11 months ago)
- Files:
-
- 1 modified
-
Xml/Validator/Backend/OmeValidator.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Xml/Validator/Backend/OmeValidator.py
r127 r129 264 264 except etree.XMLSchemaValidateError: 265 265 self.isXsdValid = False 266 self.errorList.append(ParseMessage(None, None, None, "XML", None, " Internal error in the system XML Schema validation module"))266 self.errorList.append(ParseMessage(None, None, None, "XML", None, "Processing the XML data has generated an unspecified error in the XML sub-system. This is usually a result of an incorrect top level block. Please check the OME block is well-formed and that the schemaLocation is specified correctly. This may also be caused by a missing namespace prefix or incorrect xmlns attribute.")) 267 267 268 268
