[Haskell-beginners] XML

Thomas Davie tom.davie at gmail.com
Mon Jun 21 17:29:19 EDT 2010


On 21 Jun 2010, at 22:14, Michael Mossey wrote:

> 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.

You probably want to grab HaXml and get on with it :)

Thanks

Bob


More information about the Beginners mailing list