xmlstreaming: started reading collections, from Christian, bug #14695

git-svn-id: trunk@22194 -
This commit is contained in:
mattias 2009-10-15 15:32:43 +00:00
parent 906e1ca74e
commit c973bbc6d5

View File

@ -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;