I'm trying to save data in a TClientDataSet to an XML file, but it doesn't like some of my fields. The helpfile says to create a definition, in one of two ways: either with the xmlmapper.exe file in my \bin folder or with an IDOMDocument interface.
Problem is, xmlmapper.exe isn't there, and IDOMDocument is one of those annoying structures that Delphi 2009 was released without writing up documentation for. So I have to choose between a non-existent EXE or an interface with no documentation and no indication of which objects implement it or how to create them.
Does anyone know what I'm supposed to do in this case?