> I will, however, seriously miss being able to use XPath expressions in > my testing code if I go this route (unless they somehow work on HTML, > but I doubt it). And unclosed singleton tags are really ugly to me > (and always have been, since before I was even aware of XML).
Almost every ruby based xml parse can parse HTML and use XPath searches on them. nokogiri, libxml-ruby, and hpricot all support HTML parsing with xpath searches. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

