F'Up set to comp.programming
James Kanze wrote:
> What's nice about XML is that much of the work has already been
> done, yes. (Although I'd be surprised if you couldn't find a
> library for the MS .ini format as well---or just about any
> format used by an Open Source project somewhere.)
Ya, but have to find it first ;) As long as the combination of
wxWidgets, sockets & boost library (though the latter only to a
fraction) inflate the size of my executable to about 2.7MBytes, the few
extra kbytes for xerces-c domxml sup****t don't matter THAT much :)
And I'm familiar with domxml programming.
> In practice, of course, you'll already have the tools handy
> which will allow parsing them in just a couple of lines of code.
Na, for ini-files I don't - is there something anyone knows off the top
of their head that let's me inifile.getAttributeByName("windowWidth")?
Regardsless of the order in the file?
Thanks & Best Regards,
Lars