I'm in doubt if I should use TXMLTransformProvider or TXMLDocument.
TXMLTransformProvider looks more maintainable, and it seems to me that using it will require less coding than TXMLDocument.
In the other hand TXMLDocument looks more flexible.
What I need is to generate and parse a XML document with nested attributes, map it to master-detail clientDataSets and write back one XML document.
Do you have tips on this?
Thanks.