oga/lib
Yorick Peterse 23de57a3a0 Parse bare XPath node tests as child axes.
When parsing a bare node test such as "A" this is now parsed as following:

    (axis "child" (test nil "A"))

Instead of this:

    (test nil "A")

According to the XPath specification both are identical and this simplifies some
of the code in the XPath evaluator.
2014-07-28 00:34:26 +02:00
..
oga Parse bare XPath node tests as child axes. 2014-07-28 00:34:26 +02:00
oga.rb Added the XML::Attribute class. 2014-07-16 10:08:11 +02:00