oga/lib
Yorick Peterse 57adabc068 Ensure SAX after_element receives meaningful args
This changes the behaviour of after_element when parsing documents using the SAX
parsing API. Previously it would always receive a nil argument, which is kinda
pointless. This commit changes that by making sure it receives a namespace name
(if any) and the element name.

This fixes #54.
2014-11-16 23:32:32 +01:00
..
oga Ensure SAX after_element receives meaningful args 2014-11-16 23:32:32 +01:00
oga.rb First step at rewriting the CSS parser. 2014-10-20 00:30:16 +02:00