[fpc-pascal] fcl-xml

dev.dliw at gmail.com dev.dliw at gmail.com
Tue Mar 12 12:21:10 CET 2013


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





More information about the fpc-pascal mailing list