[Haskell-cafe] Generating Haskell From a XSD

2009-12-23 Thread jonathanGfischoff
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


Re: [Haskell-cafe] Generating Haskell From a XSD

2009-12-23 Thread Keith Sheppard
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,   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
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Generating Haskell From a XSD

2009-12-23 Thread Keith Sheppard
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"   
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: jonathangfisch...@gmail.com
Date: Wed, 23 Dec 2009 18:11:21
To: Keith Sheppard; 
Cc: 
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



___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: Re: [Haskell-cafe] Generating Haskell From a XSD

2009-12-23 Thread jonathanGfischoff

Any interest in helping build the tool?

-Jonathan

On Dec 23, 2009 10:00am, Keith Sheppard  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, jonathangfisch...@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


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: Re: [Haskell-cafe] Generating Haskell From a XSD

2009-12-23 Thread Hector Guilarte
I'd like to help... I'm not an expert in Haskell, but I guess I could help 
somehow...

Hector Guilarte

-Original Message-
From: jonathangfisch...@gmail.com
Date: Wed, 23 Dec 2009 18:11:21 
To: Keith Sheppard; 
Cc: 
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


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: Re: [Haskell-cafe] Generating Haskell From a XSD

2009-12-23 Thread jonathanGfischoff
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  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" hector...@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: jonathangfisch...@gmail.com



Date: Wed, 23 Dec 2009 18:11:21



To: Keith sheppardkeiths...@gmail.com>; jonathangfisch...@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







___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: Re: [Haskell-cafe] Generating Haskell From a XSD

2009-12-23 Thread Rogan Creswick
On Wed, Dec 23, 2009 at 1:27 PM,   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  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" hector...@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: jonathangfisch...@gmail.com
>>
>> Date: Wed, 23 Dec 2009 18:11:21
>>
>> To: Keith sheppardkeiths...@gmail.com>; jonathangfisch...@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
>>
>>
>>
>>
>>
>>
> ___
> Haskell-Cafe mailing list
> Haskell-Cafe@haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: Re: [Haskell-cafe] Generating Haskell From a XSD

2009-12-23 Thread Jonathan Fischoff
Ok here we go http://code.google.com/p/xsdtohaskell/

On Wed, Dec 23, 2009 at 4:25 PM, Rogan Creswick  wrote:

> On Wed, Dec 23, 2009 at 1:27 PM,   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  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" hector...@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: jonathangfisch...@gmail.com
> >>
> >> Date: Wed, 23 Dec 2009 18:11:21
> >>
> >> To: Keith sheppardkeiths...@gmail.com>; jonathangfisch...@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
> >>
> >>
> >>
> >>
> >>
> >>
> > ___
> > Haskell-Cafe mailing list
> > Haskell-Cafe@haskell.org
> > http://www.haskell.org/mailman/listinfo/haskell-cafe
> >
> >
>
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe