Could you please say me is there analog of Apache Digester but for .net? Thanks.
Asked
Active
Viewed 424 times
1 Answers
0
There is the built in Xsd tool that you can use, but you might want to consider looking at something like Xsd2Code. I've not used Xsd2Code too heavily, but this SO question seems to recommend it over the built in Xsd.
-
Thanks, I saw and started creating some analog of Digester on .net currently I have first version of it. Maybe I'll publish this project on the Codeplex. – jitm Aug 23 '10 at 19:34