mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-21 00:20:04 +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');
|
||||
FElementPosition:=0;
|
||||
// go to node 'list'
|
||||
FElement:=FElement.FirstChild as TDOMElement;
|
||||
CheckNode('list');
|
||||
if Assigned(FElement.FirstChild) and (FElement.FirstChild.NodeName='list') then
|
||||
FElement:=FElement.FirstChild as TDOMElement;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user