Meeseeks - A library for extracting data from HTML and XML with CSS or XPath selectors

Release v0.7.0

Meeseeks now ships with a permissive XML parser based on xml5ever.

Meeseeks.parse("<random>XML</random>", :xml)

I also updated Meeseeks.data/1 so that it gets the data from CDATA nodes that were (correctly) parsed as comments by the html5ever parser.

3 Likes