Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Auto generating objective-c classes from *.xsd schema file

I have XSD schema files that are huge in size.

I need to create classes from these files but doing so manually is not the right way as there are some tools that create classes automatically, for e.g. Microsoft tool "XSD.exe" that converts the files into c++ classes. I wanted to use them in Xcode but I am finding it difficult to port it.

What is a good tool that can generate objcetive-c classes which can be used on iOS?

Thanks in advance,

Amit

like image 437
AmJa Avatar asked Mar 02 '26 07:03

AmJa


1 Answers

If your generated C++ is standards compliant (no platform specific extensions), you can just use the C++.

like image 107
justin Avatar answered Mar 03 '26 21:03

justin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!