oga/spec/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 Allow XPath idents to start with an underscore. 2014-11-05 00:35:47 +01:00
oga_spec.rb Implemented a basic SAX API. 2014-09-16 14:30:46 +02:00