Changeset 493 for trunk/src/struct2xml.m


Ignore:
Timestamp:
Jul 16, 2012, 10:44:12 AM (12 years ago)
Author:
sommeria
Message:

various bugs repaired, tests in Windows OS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/struct2xml.m

    r453 r493  
    4747 if ischar(val)
    4848     [t,new_uid]=add(t,uid,'element',key);
     49     val=regexprep(val,'\','\\');
    4950     [t]=add(t,new_uid,'chardata',val);
    5051 elseif isnumeric(val)||islogical(val)
Note: See TracChangeset for help on using the changeset viewer.