I see that Ross Bramford is not even listed as a project member any
more --let alone the maintainer. So that means things fall back to
Sean Chittenden -- but is he around? I see three other members listed:
Dan Janowski
Laurent Sansonetti
Pat Eyler
Are any of you guys around?
I fear there's
Hi Alexy,
I'm not familiar with the libxml binding code, but have worked a fair
bit on the SWIG ruby bindings in the past.
Unless you try hard not to - you'll always end with multiple Ruby
objects referencing the same C object. Just think of a C object that
has some property. Say a node ha
I've written some simple routines to walk an XML ontology with xml/
libxml, and noticed that putting XML::Node objects into lists and
returning them may lead to a situation where two lists contain the
same node with different object_id's. Here's an exmple, funstion
ancestors:
require 'xml/