I don’t get it. Just as a practice, and for personal use, I want to create a simple Syndicator (RSS-Reader). To keep it simple, I downloaded the sample RSS 2.0 file, and started XMLMapper. I selected all fields and created the toDp.xtr. Next I reversed the transformation and created toXML.xtr.
On an empty form, I put a TXMLTransformProvider, a TClientDataset, a TDataSource and a TDBGrid. All nicely linked together, and the TXMLTransformProvider gets the properties toDp.xtr, toXML.xtr and SampleRSS20.xml.
When I try to activate the CDS, Delphi (6) hangs. Only CTRL-ALT-DEL will get me out of Delphi.
When I create toDp and toXML based on clinics.xml, things work great. I can’t see what’s the difference, except that an RSS-2.0-file is a more complicated/nested XML-file.