Hi, Are there any proper xml binding(mapping) solutions (OXM) in .net? What I need is to generate model classes from arbitrary xml. As for now I can't find anything like JaXB 1/2, JiBX, Castor XML, XMLBeans in Java.
A:
Look at MyGeneration. I think this might be just the thing you need. We used it for some ORM in previous projects but it's pretty versatile.
Revenge
2009-11-17 11:07:41
Nope, we need library with well defined interface.
nixau
2009-11-17 11:10:50
A:
I've found here a nice overview of xml binding solutions
XMLObjects library seems suitable
nixau
2009-11-17 11:46:33
+1
A:
I am not sure what exactly you are looking for...but you can take a look at xsd.exe. It can do some pretty neat stuff.
P.K
2009-11-17 11:56:04
Yeah, this could be an option. At least it would generate model classes from provided xsd document.
nixau
2009-11-17 11:59:14
A:
You may want to investigate schemaless data binding approach (below is the URL)
vtd-xml-author
2009-11-17 19:16:14
A:
There is also an schemaless approach to data binding, here is a link to an introductory article
vtd-xml-author
2009-11-20 21:13:07