oga/lib
Yorick Peterse cdfeeed85f Provide somewhat more meaningful parser errors.
While still a bit cryptic this is probably as best as we can get it. An example:

    Oga.parse_xml("<namefoo:bar=\"10\"")

    parser.rb:116:in `on_error': Unexpected string on line 1: (Racc::ParseError)

    => 1: <namefoo:bar="10"

This fixes #43.
2014-09-16 01:09:06 +02:00
..
oga Provide somewhat more meaningful parser errors. 2014-09-16 01:09:06 +02:00
oga.rb self-close certain XML/HTML elements. 2014-09-16 00:44:38 +02:00