[Haskell-cafe] Parsing XML
amindfv at mailbox.org
amindfv at mailbox.org
Sun Aug 15 20:12:39 UTC 2021
HaXml is pretty old at this point but one big advantage is it has an executable DtdToHaskell which takes an XML DTD file and automatically creates Haskell data types, a parser, and a pretty-printer.
Tom
On Tue, Aug 03, 2021 at 12:45:44PM -0400, John Arnold wrote:
> I am building a prototype for processing ISO 20022 Payment Initiation
> messages. These messages are in XML format and I want the prototype to be
> built using Haskell.
>
> Conducting a search for 'Haskell XML parsing' yields postings that are in
> the region of 10+yrs old.
>
> I am sure there are packages that have been developed/update in the recent
> past.
> Any thoughts?
> _______________________________________________
> Haskell-Cafe mailing list
> To (un)subscribe, modify options or view archives go to:
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> Only members subscribed via the mailman list are allowed to post.
More information about the Haskell-Cafe
mailing list