oga/lib
Yorick Peterse a60057db5c Proper handling of decimals for string() calls.
When calling the string() XPath function floats with zero decimals (10.0, 5.0,
etc) should result in a string without any decimals. Ruby converts 10.0 to
"10.0" whereas XPath expects "10".
2014-08-25 23:21:36 +02:00
..
oga Proper handling of decimals for string() calls. 2014-08-25 23:21:36 +02:00
oga.rb Support for parsing XML processing instructions. 2014-08-15 22:23:26 +02:00