merongivian / capuli

Declarative XML parsing library backed by Floki
MIT License
5 stars 2 forks source link

consider using xmap instead of floki #1

Open merongivian opened 6 years ago

merongivian commented 6 years ago

seems simpler than using floki, check: https://github.com/fertapric/xmap

mischov commented 6 years ago

I can't speak to the quality of xmap, but it uses xmerl for parsing XML which is probably a better choice for parsing XML than mochiweb_html, which is what Floki uses by default.

Floki is not intended for parsing XML.