Generating Haskell From a XSD
I would like to generate Haskell data types and xml serialization code from xsd. I know of DtdToHaskell but unfortunately I yet to be able to generate a valid dtd from my xsd. Is there a way to generate Haskell from a xsd? -Jonathan
I don't think such a tool exists. I think it would be a great contribution if someone decides to create one. Best Keith On Wed, Dec 23, 2009 at 12:34 PM, <jonathanGfischoff@gmail.com> wrote:
I would like to generate Haskell data types and xml serialization code from xsd. I know of DtdToHaskell but unfortunately I yet to be able to generate a valid dtd from my xsd. Is there a way to generate Haskell from a xsd?
-Jonathan _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- keithsheppard.name
Any interest in helping build the tool? -Jonathan On Dec 23, 2009 10:00am, Keith Sheppard <keithshep@gmail.com> wrote:
I don't think such a tool exists. I think it would be a great
contribution if someone decides to create one.
Best
Keith
On Wed, Dec 23, 2009 at 12:34 PM, jonathanGfischoff@gmail.com> wrote:
I would like to generate Haskell data types and xml serialization code from
xsd. I know of DtdToHaskell but unfortunately I yet to be able to generate a
valid dtd from my xsd. Is there a way to generate Haskell from a xsd?
-Jonathan
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
--
keithsheppard.name
I'd like to help... I'm not an expert in Haskell, but I guess I could help somehow... Hector Guilarte -----Original Message----- From: jonathanGfischoff@gmail.com Date: Wed, 23 Dec 2009 18:11:21 To: Keith Sheppard<keithshep@gmail.com>; <jonathanGfischoff@gmail.com> Cc: <haskell-cafe@haskell.org> Subject: Re: Re: [Haskell-cafe] Generating Haskell From a XSD _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
Yes I'm interested in helping too. It's hard for me to know how much time I'll have but my other side proj is starting to wind down now. Maybe a wiki planning page and a patch-tag (or any other repo site really) workspace is a good starting point? Sent from my iPhone On Dec 23, 2009, at 1:19 PM, "Hector Guilarte" <hectorg87@gmail.com> wrote:
I'd like to help... I'm not an expert in Haskell, but I guess I could help somehow...
Hector Guilarte
-----Original Message----- From: jonathanGfischoff@gmail.com Date: Wed, 23 Dec 2009 18:11:21 To: Keith Sheppard<keithshep@gmail.com>; <jonathanGfischoff@gmail.com> Cc: <haskell-cafe@haskell.org> Subject: Re: Re: [Haskell-cafe] Generating Haskell From a XSD
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
Cool, glad to hear there is interest. I'm talking to a few other people that are expressing interest to. I still don't have access to the haskell wiki, but putting a page up there seems like a start. Any other suggestions for wiki page sites? -Jonathan On Dec 23, 2009 11:57am, Keith Sheppard <keithshep@gmail.com> wrote:
Yes I'm interested in helping too. It's hard for me to know how much time I'll have but my other side proj is starting to wind down now. Maybe a wiki planning page and a patch-tag (or any other repo site really) workspace is a good starting point?
Sent from my iPhone
On Dec 23, 2009, at 1:19 PM, "Hector Guilarte" hectorg87@gmail.com> wrote:
I'd like to help... I'm not an expert in Haskell, but I guess I could help somehow...
Hector Guilarte
-----Original Message-----
From: jonathanGfischoff@gmail.com
Date: Wed, 23 Dec 2009 18:11:21
To: Keith Sheppardkeithshep@gmail.com>; jonathanGfischoff@gmail.com>
Cc: haskell-cafe@haskell.org>
Subject: Re: Re: [Haskell-cafe] Generating Haskell From a XSD
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
On Wed, Dec 23, 2009 at 1:27 PM, <jonathanGfischoff@gmail.com> wrote:
Cool, glad to hear there is interest. I'm talking to a few other people that are expressing interest to. I still don't have access to the haskell wiki, but putting a page up there seems like a start. Any other suggestions for wiki page sites?
I'm fond of Google Code. The vcs / wiki / bug-tracker integration is nice. --Rogan
-Jonathan
On Dec 23, 2009 11:57am, Keith Sheppard <keithshep@gmail.com> wrote:
Yes I'm interested in helping too. It's hard for me to know how much time I'll have but my other side proj is starting to wind down now. Maybe a wiki planning page and a patch-tag (or any other repo site really) workspace is a good starting point?
Sent from my iPhone
On Dec 23, 2009, at 1:19 PM, "Hector Guilarte" hectorg87@gmail.com> wrote:
I'd like to help... I'm not an expert in Haskell, but I guess I could help somehow...
Hector Guilarte
-----Original Message-----
From: jonathanGfischoff@gmail.com
Date: Wed, 23 Dec 2009 18:11:21
To: Keith Sheppardkeithshep@gmail.com>; jonathanGfischoff@gmail.com>
Cc: haskell-cafe@haskell.org>
Subject: Re: Re: [Haskell-cafe] Generating Haskell From a XSD
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
Ok here we go http://code.google.com/p/xsdtohaskell/ On Wed, Dec 23, 2009 at 4:25 PM, Rogan Creswick <creswick@gmail.com> wrote:
On Wed, Dec 23, 2009 at 1:27 PM, <jonathanGfischoff@gmail.com> wrote:
Cool, glad to hear there is interest. I'm talking to a few other people that are expressing interest to. I still don't have access to the haskell wiki, but putting a page up there seems like a start. Any other suggestions for wiki page sites?
I'm fond of Google Code. The vcs / wiki / bug-tracker integration is nice.
--Rogan
-Jonathan
On Dec 23, 2009 11:57am, Keith Sheppard <keithshep@gmail.com> wrote:
Yes I'm interested in helping too. It's hard for me to know how much
time
I'll have but my other side proj is starting to wind down now. Maybe a wiki planning page and a patch-tag (or any other repo site really) workspace is a good starting point?
Sent from my iPhone
On Dec 23, 2009, at 1:19 PM, "Hector Guilarte" hectorg87@gmail.com> wrote:
I'd like to help... I'm not an expert in Haskell, but I guess I could help somehow...
Hector Guilarte
-----Original Message-----
From: jonathanGfischoff@gmail.com
Date: Wed, 23 Dec 2009 18:11:21
To: Keith Sheppardkeithshep@gmail.com>; jonathanGfischoff@gmail.com>
Cc: haskell-cafe@haskell.org>
Subject: Re: Re: [Haskell-cafe] Generating Haskell From a XSD
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (5)
-
Hector Guilarte -
Jonathan Fischoff -
jonathanGfischoff@gmail.com -
Keith Sheppard -
Rogan Creswick