oga/spec
Yorick Peterse 317b49bcf6 Implemented a basic SAX API.
This API is a little bit dodgy (similar to Nokogiri's API) due to the use of
separate parser and handler classes. This is done to ensure that the return
values of callback methods (e.g. on_element) aren't used by Racc for building
AST trees. This also ensures that whatever variables are set by the handler
don't conflict with any variables of the parser.

This fixes #42.
2014-09-16 14:30:46 +02:00
..
oga Implemented a basic SAX API. 2014-09-16 14:30:46 +02:00
support Support for the XPath child axis. 2014-07-22 21:25:02 +02:00
spec_helper.rb Cleaned up XPath specs using a shared example. 2014-07-15 09:34:11 +02:00