▲ | x0x0 3 days ago | |||||||
Not to mention that libxml2 underlies things like nokogiri (the commonly used html parsing gem for ruby), beautifulsoup (python's equivalent), etc. | ||||||||
▲ | dragonwriter 3 days ago | parent [-] | |||||||
Pretty sure beautifulsoup uses python’s builtin html.parser but can optionally use html5lib or lxml if installed, and it is lxml, not beautifulsoup, that actually depends on libxml2. You’re right about nokogiri, though. | ||||||||
|