TinyXPath : tiny C++ XPath News
Brought to you by:
malcolmnixon,
yvesb
Here's a list of the latest bug fix it includes :
Bug fixes for 1.2.3
- December 14th, 2004 : Bug fix : text was not recognized as an element (Thanks Alexey Sokirko)
- June 19th, 2004 : Bug fix, when computing an expression based on a non-root element node (Thanks Augustus Sanders)
- May 8th, 2004 : Bug fix by Jonathan Taylor in node_set::S_get_string_value
- May 8th, 2004 : Bug fix in multiple additive expressions : a+b+c. (Thanks Jonathan Taylor)
- Apr 26th, 2004 : Bug fix : missing conversion from text to double (Thanks Laura Glow)
- Apr 24th, 2004 : Bug fix in expressions like "//x[text()='sub text']/@target" (Thanks Jonathan Taylor) : text() wasn't recognized
as a function call in that context