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

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 227 for Xml/Validator/WebApp/validator/controllers.py

Show
Ignore:
Timestamp:
11/20/08 15:37:01 (7 weeks ago)
Author:
andrew
Message:

Updated to also check 2008-09-V1 schema

Files:
1 modified

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

Legend:

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

    r186 r227  
    119119                                elif result.theNamespace == "http://www.openmicroscopy.org/Schemas/OME/2008-02": 
    120120                                        schema = "http://www.openmicroscopy.org/Schemas/OME/2008-02 (Standard V2)" 
     121                                elif result.theNamespace == "http://www.openmicroscopy.org/Schemas/OME/2008-09": 
     122                                        schema = "http://www.openmicroscopy.org/Schemas/OME/2008-09 (Standard V1)" 
    121123                                else: 
    122                                         schema = "No schema found - using http://www.openmicroscopy.org/Schemas/OME/2008-02 (Standard V2)" 
     124                                        schema = "No schema found - using http://www.openmicroscopy.org/Schemas/OME/2008-09 (Standard V1)" 
    123125                                return dict(filepath=filename, result=result, schema=schema) 
    124126                else: 

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/