Mercurial > genshi > mirror
comparison ChangeLog @ 162:456039594db9 trunk
Implement the XPath relational operators and the `round()` function.
author | cmlenz |
---|---|
date | Wed, 16 Aug 2006 22:48:48 +0000 |
parents | d19e8a2c549e |
children | 5f538e761701 |
comparison
equal
deleted
inserted
replaced
161:7b1f07496bf7 | 162:456039594db9 |
---|---|
19 not representable in the chosen encoding gets replaced by the corresponding | 19 not representable in the chosen encoding gets replaced by the corresponding |
20 XML character reference. | 20 XML character reference. |
21 * String literals in XPath expressions that contain spaces are now parsed | 21 * String literals in XPath expressions that contain spaces are now parsed |
22 as expected. | 22 as expected. |
23 * Added support for the XPath functions boolean(), ceiling(), concat(), | 23 * Added support for the XPath functions boolean(), ceiling(), concat(), |
24 contains(), false(), floor(), normalize-space(), number(), starts-with(), | 24 contains(), false(), floor(), normalize-space(), number(), round(), |
25 string-length(), substring(), substring-after(), substring-before(), | 25 starts-with(), string-length(), substring(), substring-after(), |
26 translate(), and true(). | 26 substring-before(), translate(), and true(). |
27 | 27 |
28 | 28 |
29 Version 0.1 | 29 Version 0.1 |
30 http://svn.edgewall.org/repos/markup/tags/0.1.0/ | 30 http://svn.edgewall.org/repos/markup/tags/0.1.0/ |
31 (Aug 3 2006, from branches/stable/0.1.x) | 31 (Aug 3 2006, from branches/stable/0.1.x) |