[Haskell-cafe] Haskell2Xml
John Lask
jvlask at hotmail.com
Fri Aug 7 06:05:52 EDT 2009
the paper:
Scripting XML with Generic Haskell
Frank Atanassow, Dave Clarke and Johan Jeuring
October 14, 2003
describes a translation from XML Schema to Haskell data types (like
dtd2haskell) in generic haskell, I believe that the code for the tool
described may also be available, how hard it would be to migrate over to
vanilla haskell+generics is another question....
----- Original Message -----
From: Dmitry Olshansky
To: Haskell cafe
Sent: Friday, August 07, 2009 7:31 PM
Subject: Re: [Haskell-cafe] Haskell2Xml
Like in Keith proposal I need it for working with web-services, maybe Xml
transformations and so on.
And I tried to make it by self with a partial success. To work with xml I
only used "xml" package (Text.XML.Light).
Now I am going to work a little (?) on this task to provide more standard
and regular tool than I have now. So it is very interesting for me to learn
any ideas (if exists) on this thing from community.
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe at haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe
More information about the Haskell-Cafe
mailing list