Changeset 1199 for trunk/src/imadoc2struct.m
- Timestamp:
- Mar 18, 2026, 12:44:56 PM (3 hours ago)
- File:
-
- 1 edited
-
trunk/src/imadoc2struct.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/imadoc2struct.m
r1184 r1199 43 43 [s,Heading,errormsg]=xml2struct(ImaDoc,varargin{1});% convert the xml file in a structure s, keeping only the subtree defined in input 44 44 else % case of two subtrees, TODO: deal with more than two subtrees? 45 [s,Heading,errormsg]=xml2struct(ImaDoc,varargin{1},varargin{2});% convert the xml file in a structure s, keeping only the subtreedefined in input45 [s,Heading,errormsg]=xml2struct(ImaDoc,varargin{1},varargin{2});% convert the xml file in a structure s, keeping only the two subtrees defined in input 46 46 end 47 47 if ~isempty(errormsg)
Note: See TracChangeset
for help on using the changeset viewer.
