-
voetberg committed patchset 148 of module idom2 to the idom2-pas CVS repository, changing 5 files.
2005-06-19 14:59:40 UTC by voetberg
-
voetberg committed patchset 147 of module idom2 to the idom2-pas CVS repository, changing 1 files.
2005-06-18 11:20:03 UTC by voetberg
-
TDomDocument.loadFromStream() casts TStream to
TStringStream - this won't work, if you pass e.g. a
TFileStream.
This may be a solution:
function TDomDocument.loadFromStream(const stream:
TStream): boolean;
var
tmp: string;
begin
SetLength(tmp, stream.Size);
stream.Read(tmp[1], stream.Size);
Result := (self as IDomPersist).loadxml(tmp);
end;
bye,
Tobias.
2005-04-25 14:36:40 UTC by tiber
-
voetberg committed patchset 146 of module idom2 to the idom2-pas CVS repository, changing 1 files.
2005-04-12 07:12:13 UTC by voetberg
-
voetberg committed patchset 145 of module idom2 to the idom2-pas CVS repository, changing 1 files.
2005-04-08 11:54:23 UTC by voetberg
-
voetberg committed patchset 144 of module idom2 to the idom2-pas CVS repository, changing 1 files.
2005-04-08 11:51:54 UTC by voetberg
-
voetberg committed patchset 143 of module idom2 to the idom2-pas CVS repository, changing 1 files.
2005-04-08 11:49:52 UTC by voetberg
-
ufechner committed patchset 142 of module idom2 to the idom2-pas CVS repository, changing 1 files.
2005-04-03 11:41:00 UTC by ufechner
-
voetberg committed patchset 141 of module idom2 to the idom2-pas CVS repository, changing 7 files.
2005-04-02 21:04:54 UTC by voetberg
-
ufechner committed patchset 140 of module idom2 to the idom2-pas CVS repository, changing 1 files.
2005-04-02 12:44:32 UTC by ufechner