[fpc-pascal](Auto) XML Record Loader - Exist?
RRC2Soft
rrc2soft at telefonica.net
Tue Jun 17 00:13:53 CEST 2003
Hello all!
I want to know if there's a tool that creates the OpenXML code needed
for loading and saving an entire record from/to XML automatically.
------------------------------------------------
Example:
Type TCoord = Record
X,Y:Integer;
end;
TActor = Record
Coord:TCoord;
Name:String;
end;
<=Code=>
<ACTOR>
<COORD>
<X> 1 </X>
<Y> 2 >/Y>
<TCOORD>
<NAME> RUI BRENNAN </NAME>
</ACTOR>
Thanks,
Rodrigo "Rui" R. (1/2 RRC²Soft)
More information about the fpc-pascal
mailing list