83c0d3e9ac
+ Install as a Ruby gem. * Hpricot for JRuby * Inline Markaby for Hpricot documents. * XML tags and attributes are no longer downcased like HTML is. * new syntax for grabbing everything between two elements using a Range in the s earch method: (doc/("font".."font/br")) or in nodes_at like so: (doc/"font").nod es_at("*".."br"). Only works with either a pair of siblings or a set of a parent and a sibling. * Ignore self-closing endings on tags (such as form) which are containers. Treat them like open parent tags. * Escaping of attributes. * Element#raw_attributes gives unescaped data. Element#attributes gives escaped. * Added: Elements#attr, Elements#remove_attr, Elements#remove_class. * Added: Traverse#preceding, Traverse#following, Traverse#previous, Traverse#next.
6 lines
287 B
Text
6 lines
287 B
Text
$NetBSD: distinfo,v 1.3 2008/04/04 15:21:39 jlam Exp $
|
|
|
|
SHA1 (hpricot-0.6.gem) = 4be23c83200d8446f25d2441a5154f53d41a34f2
|
|
RMD160 (hpricot-0.6.gem) = 80f785afd1d25219b6769271201733a934b52450
|
|
Size (hpricot-0.6.gem) = 217088 bytes
|
|
SHA1 (patch-aa) = f43bdb71f1810181320f58c0b0d9f0a7227b08af
|