On Wed, Aug 5, 2009 at 5:10 PM, Keith Sheppard <keithshep@gmail.com> wrote:
Hello Dmitry,

I too was looking for something like this and came up empty. I
proposed something similar on the haskell_proposals reddit...

http://www.reddit.com/r/haskell_proposals/comments/8zhkx/haxb_and_haxws/

... but I was left with the impression that there isn't much interest.

Several years ago, (probably 2005) I wanted this as well.  I ended up hand crafting a DTD from the xsd and then using haxml.

Since xsd is xml maybe it's easiest to use xslt (or use haxml) and write it yourself?  I'm sure it would catch on once it exists.

Jason