May 182004
 

The other day I thought I was remembering things inaccurately, but now I know for sure: ASP.NET is repeating its articles WITHIN THE SAME WEEK! Get your act together, and create some new stuff, or change your motto:

ASP.NET Articles — Updated daily with stuff you already know!

ASP.NET repeats itselves

 Posted by at 08:45
May 182004
 

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.

 Posted by at 00:36