Search code examples
xmldelphicastor

Framework for Delphi similar to Castor


Can anyone suggest: a framework for Delphi for work with XML / XSD like the one that makes Castor for JAVA?
Borland XML Data Binding does not offer - he is not flexible.


Solution

  • I don't know of any framework that will directly work like castor but I do know of this website http://robstechcorner.blogspot.com/2009/10/xml-serialization-control-via.html he wrote this strictly for serialization and deserialization. the only issue is that it will only work with D2010+.