0

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.

5 Answers 5

1

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.

Sign up to request clarification or add additional context in comments.

1 Comment

Yeah, this could be an option. At least it would generate model classes from provided xsd document.
0

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.

1 Comment

Nope, we need library with well defined interface.
0

I've found here a nice overview of xml binding solutions

XMLObjects library seems suitable

Comments

0

You may want to investigate schemaless data binding approach (below is the URL)

http://www.codeproject.com/KB/XML/schemaless_binding.aspx

Comments

0

There is also an schemaless approach to data binding, here is a link to an introductory article

http://www.codeproject.com/KB/XML/schemaless_binding.aspx

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.