Changeset 595 for trunk/src/editxml.m
- Timestamp:
- Mar 29, 2013, 9:03:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/editxml.m
r508 r595 340 340 schemafile=[fullfile(path_uvmat,'xml_shemas',head_name) '.xsd']; 341 341 if ~exist(schemafile,'file') 342 schemafile=fullfile(path_ UVMAT,schemafile);%look for relative path definition342 schemafile=fullfile(path_uvmat,schemafile);%look for relative path definition 343 343 end 344 344 if exist(schemafile,'file') 345 345 xs=xmltree(schemafile); 346 346 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') 348 348 [FileName, PathName]=uigetfile( ... 349 349 {'*.xsd', '(*.xsd)'; … … 1295 1295 return 1296 1296 %%%%%%%%%%% A REVOIR 1297 % Copier la liste des elements selectionn és dans dataview1297 % Copier la liste des elements selectionnï¿œs dans dataview 1298 1298 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 1299 1299 %ANCIEN:
Note: See TracChangeset
for help on using the changeset viewer.