Mercurial > genshi > genshi-test
comparison ChangeLog @ 162:f767cf98e3e3
Implement the XPath relational operators and the `round()` function.
author | cmlenz |
---|---|
date | Wed, 16 Aug 2006 22:48:48 +0000 |
parents | faea6db52ef1 |
children | 40b32b020fd6 |
comparison
equal
deleted
inserted
replaced
161:a25f9fc5787d | 162:f767cf98e3e3 |
---|---|
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) |