[Haskell-cafe] Parsing XML

Thedward Blevins thedward at barsoom.net
Tue Aug 3 18:03:37 UTC 2021


Did you try looking on Hackage <https://hackage.haskell.org/>?

After just a quick search I found these:

   - xml-parser <https://hackage.haskell.org/package/xml-parser>
   - xml-conduit <https://hackage.haskell.org/package/xml-conduit>
   - hxt <https://hackage.haskell.org/package/hxt>
   - xml <https://hackage.haskell.org/package/xml>


On Tue, Aug 3, 2021 at 11:46 AM John Arnold <jarnold at sydrom.com> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20210803/dc8703a5/attachment.html>


More information about the Haskell-Cafe mailing list