Hi,
> The XMLTextReader creates the map, and passes it on to the final document.

// Trunk
procedure TLoader.ProcessXML(ADoc: TDOMDocument; AReader: TXMLTextReader);
begin
  [...]

  doc.IDs := reader.IDMap;
  reader.IDMap := nil;
end;

// 2.6.2
=== snip ===

  doc.IDs := FIDMap;
  FIDMap := nil;

==========

Just rechecked again...
The debugger clearly says, that reader.IDMap / FIDMap is nil...
[Before the second assignement - of course :) ]

>It seems to be started, but not finished.
If so, what needs to be done?

Regards,
d.l.i.w


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to