oga/lib
Yorick Peterse 55e3388e30 Unfuck XPath axes evaluation.
The evaluation of axes has been fixed by changing the initial context as well as
the behaviour of some of the handler methods.

The initial context has been changed so that it's simply a NodeSet of whatever
the root object is, either a Document or an Element instance. Previously this
would be set to the child nodes of a Document in case the root object was a
Document. This in turn would prevent "child" axes from operating correctly.
2014-07-28 00:44:05 +02:00
..
oga Unfuck XPath axes evaluation. 2014-07-28 00:44:05 +02:00
oga.rb Added the XML::Attribute class. 2014-07-16 10:08:11 +02:00