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.
views:
172answers:
2
A:
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+.
Jeremy Evans
2010-02-09 16:38:50
+1
A:
I'm not totally familear with Castor, but looking at it's website, the following links might be of interest to you:
In addition, the DeHL Framework contains classes to enable XML serialization of objects.
Nick Hodges
2010-02-09 18:41:24