Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: XML (Christian Maeder)
----------------------------------------------------------------------
Message: 1
Date: Tue, 22 Jun 2010 17:57:58 +0200
From: Christian Maeder <[email protected]>
Subject: [Haskell-beginners] Re: XML
To: Michael Mossey <[email protected]>
Cc: haskellbeginners <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1
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
------------------------------
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
End of Beginners Digest, Vol 24, Issue 27
*****************************************