[Haskell-beginners] Re: XML

Christian Maeder Christian.Maeder at dfki.de
Tue Jun 22 11:57:58 EDT 2010


Michael Mossey schrieb:
> What's the easiest way for a beginner such as myself to parse XML data,
> specifically MusicXML files? I want to load a partial representation of
>  a MusicXML file into Haskell datatypes and manipulate it. I don't need
> to validate the file, and I can make some safe assumptions about the
> content, so this is really a pretty simple task.
> 
> Thanks,
> Mike

I think, the simplest xml library is http://hackage.haskell.org/package/xml

Cheers Christian


More information about the Beginners mailing list