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

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 141 for Xml/Validator/WebApp/validator/OmeValidator.py

Show
Ignore:
Timestamp:
01/11/08 12:56:33 (10 months ago)
Author:
andrew
Message:

Add call to check valid schemas against other versions

Files:
1 modified

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

Legend:

Unmodified
Added
Removed
  • Xml/Validator/WebApp/validator/OmeValidator.py

    r134 r141  
    269269                                self.isXsdValid = False 
    270270                                self.errorList.append(ParseMessage(None, err.line, None, "XSD", None, err.message)) 
     271                        if self.isXsdValid: 
     272                                self.checkOldSchemas(document) 
    271273                except etree.XMLSchemaValidateError: 
    272274                        self.isXsdValid = False 

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/