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

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 135 for Xml/Validator

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

Updated the schema names displayed to say Standard V2

Files:
1 modified

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

Legend:

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

    r88 r135  
    116116                                        schema = 'http://www.openmicroscopy.org/XMLschemas/OME/FC/ome.xsd (Standard)' 
    117117                                elif result.theNamespace == "http://www.openmicroscopy.org/Schemas/OME/2007-06": 
    118                                         schema = "http://www.openmicroscopy.org/Schemas/OME/2007-06 (Standard)" 
     118                                        schema = "http://www.openmicroscopy.org/Schemas/OME/2007-06 (Standard V2)" 
    119119                                else: 
    120                                         schema = "No schema found - using http://www.openmicroscopy.org/Schemas/OME/2007-06 (Standard)" 
     120                                        schema = "No schema found - using http://www.openmicroscopy.org/Schemas/OME/2007-06 (Standard V2)" 
    121121                                return dict(filepath=filename, result=result, schema=schema) 
    122122                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/