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

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 121 for Xml/Validator

Show
Ignore:
Timestamp:
11/06/07 12:01:05 (14 months ago)
Author:
andrew
Message:

Fixed exception that is caught

Files:
1 modified

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

Legend:

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

    r119 r121  
    264264                        else: 
    265265                                self.isXsdValid = True 
    266                 except XMLSchemaValidateError: 
     266                except etree.XMLSchemaValidateError: 
    267267                        self.isXsdValid = False 
    268268                        self.errorList.append(ParseMessage(None, None, None, "XML", None, "Internal error in the system XML Schema validation module")) 

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/