Changeset 595 for trunk/src/editxml.m


Ignore:
Timestamp:
Mar 29, 2013, 9:03:29 PM (11 years ago)
Author:
sommeria
Message:

steps further to use series with cluster. Some bsolete functions removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/editxml.m

    r508 r595  
    340340    schemafile=[fullfile(path_uvmat,'xml_shemas',head_name) '.xsd'];
    341341    if ~exist(schemafile,'file')
    342         schemafile=fullfile(path_UVMAT,schemafile);%look for relative path definition
     342        schemafile=fullfile(path_uvmat,schemafile);%look for relative path definition
    343343    end
    344344    if exist(schemafile,'file')
    345345        xs=xmltree(schemafile);
    346346    else
    347         msgbox_uvmat('ERROR',['The needed xml schema  ' sparam.SchemaPath ' is not found, check the file PARAM.xml'])
     347        msgbox_uvmat('WARNING','The xml schema is not found, check the file PARAM.xml')
    348348        [FileName, PathName]=uigetfile( ...
    349349            {'*.xsd', '(*.xsd)';
     
    12951295return
    12961296%%%%%%%%%%% A REVOIR
    1297 % Copier la liste des elements selectionnés dans dataview
     1297% Copier la liste des elements selectionnï¿œs dans dataview
    12981298%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    12991299%ANCIEN:
Note: See TracChangeset for help on using the changeset viewer.