Bugs item #22336, was opened at 2008-10-08 10:24 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=1971&aid=22336&group_id=494
Category: General Group: None Status: Open Resolution: None Priority: 3 Submitted By: Rob Lucas (roblucas) Assigned to: Nobody (None) Summary: "property" method not recognised on LibXML::XML::Node Initial Comment: My hard disk recently died so I had to do a fresh install of all my gems including libxml-ruby (I installed 0.8.3). I can't get the old version number, as the hard disk really is dead, but it was probably 0.5.? . This new install broke some previously fine libxml-ruby based code: - Now, any use of node.property("name") (e.g. model.property("name")) produces an error like: undefined method `property' for <model name="Any"/>:LibXML::XML::Node - However, changing these calls to the node["name"] format (in this case model["name"]) fixes the problem node.property("name") still appears to be valid in the API docs, and I can't find any indication that it has been deprecated or anything. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=1971&aid=22336&group_id=494 _______________________________________________ libxml-devel mailing list libxml-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/libxml-devel