• Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 129 for Xml/Validator

Show
Ignore:
Timestamp:
01/09/08 10:53:16 (11 months ago)
Author:
andrew
Message:

Updated error message used if the system xml validator generates an error.

Files:
1 modified

  • Xml/Validator/Backend/OmeValidator.py (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • Xml/Validator/Backend/OmeValidator.py

    r127 r129  
    264264                except etree.XMLSchemaValidateError: 
    265265                        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.")) 
    267267                         
    268268         

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/