mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-21 16:49:35 +01:00
xmlstreaming: started reading collections, from Christian, bug #14695
git-svn-id: trunk@22194 -
This commit is contained in:
parent
906e1ca74e
commit
c973bbc6d5
@ -762,8 +762,8 @@ begin
|
|||||||
CheckNode('collection');
|
CheckNode('collection');
|
||||||
FElementPosition:=0;
|
FElementPosition:=0;
|
||||||
// go to node 'list'
|
// go to node 'list'
|
||||||
FElement:=FElement.FirstChild as TDOMElement;
|
if Assigned(FElement.FirstChild) and (FElement.FirstChild.NodeName='list') then
|
||||||
CheckNode('list');
|
FElement:=FElement.FirstChild as TDOMElement;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user