Hi,
I have a scenario where I have to store xml messages in a RDBMS. I've setup my LLBLGen project for the database. Now I need to find a way to exchange the information in de xml messages with my Entities and visa versa. I have xml schemas (.xsd) for all my xml messages.
I considered using xsd.exe to generate classes for my xml messages, but that leaves me we a lot of glue-code to write to copy all the property values from my xml-classes to my Entity classes and visa versa.
I know LLBLGen supports reading and writing Xml, but as I understand it, there's no escaping the LLBLGen format (verbose or compact)...
Any suggestions would be welcom.
Thanx,
Marc Jacobi