PDA

View Full Version : Loading data from XML in FPC



Robert Kosek
06-09-2005, 01:50 PM
Does anyone have example(s) of how to load data from an XML file in FPC? I'm not that great with XML, I used it ONCE in Delphi and very poorly at that. I can write it, that's simple, but how would I load it?

Oh, and yeah... I've got an idea I'm working on... ;)

cairnswm
06-09-2005, 02:53 PM
About 3 or 4 months ago this was a hot topic on the Lazarus email list server. I dont keep archives of it but if you can find it you should get the examples that you want.

Robert Kosek
06-09-2005, 03:10 PM
I'll see if I can find it.

What I'm really looking for is advice on the recursiveness of XML, the "sets within sets" concept and parsing it into usable game information is a bit ponderous to me. At this stage at least.