[fpc-pascal]Does FP support XML
Michael.VanCanneyt at Wisa.be
Michael.VanCanneyt at Wisa.be
Tue Dec 10 14:20:01 CET 2002
On Tue, 10 Dec 2002, Oleg Chornenkij wrote:
> Hello all
> Does FP support XML? And if Yes then how does it work?
It does. Use the DOM/xmlread/xmlwrite units to read/write xml files.
When a file is read, you have a DOM tree structure which represents your
document and which you can manipulate.
For writing of configuration data, see the xmlcfg unit.
Michael.
More information about the fpc-pascal
mailing list