oga/lib/oga
Yorick Peterse a586a512b8 Removed support for CSS such as "|X"
This expression could be used to get all elements that _don't_ have any
namespace. The problem is that this can't be expressed as just a node test,
instead the resulting XPath would have to look something like the following:

    X[local-name() = name()]

However, since the XPath predicates are already created for pseudo classes and
such, also injecting the above into it would be a real big pain. As such I've
decided not to support it.
2014-11-05 00:45:40 +01:00
..
css Removed support for CSS such as "|X" 2014-11-05 00:45:40 +01:00
html Implemented a basic SAX API. 2014-09-16 14:30:46 +02:00
xml Better support for lexing multi-line strings. 2014-10-26 11:39:56 +01:00
xpath XPath idents can't start with a star. 2014-11-05 00:38:17 +01:00
oga.rb Corrected YARD argument name. 2014-09-16 14:50:17 +02:00
version.rb Release 0.1.3 2014-09-24 00:24:00 +02:00