XML parsing library


#1

I need to parse XML file. On javascript I used to use pixl-xml or xml2js.
Currently, I’m using pixl-xml and I’ve published a minimal binding package on npm : https://www.npmjs.com/package/bs-pixl-xml.

I was wondering is there was some Bucklescript/reasonML implementation of an XML parser or if I just need to bind an existing JS one.


#2

I managed to compile markup.ml using BuckleScript mid last year, and the developer has shown some interest in making it an officially supported thing.

I abandoned it mostly because it was compiling to about 220kb of minified JS; for my specific needs (simple HTML parser) an older library worked just as well and it was a lot smaller.


#3

Try this…XML Parser