On Sun, Nov 8, 2009 at 06:27, Nathan Weizenbaum <[email protected]> wrote:

>
> as to why not Nokogiri, mostly because it's already written in Hpricot and
> I don't know the Nokogiri APIs


Why port to Nokogiri? We are not using any of its extra features, nor we
need speed. Hpricot is a great parser and I've seen it resolve a messy HTML
document with loads of SCRIPT tags much better than Nokogiri.

If it isn't broken, don't change it. And if the code is incompatible with
new Hpricot, just load the old one (v0.6.x) via the `gem` function.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to