comparison ChangeLog @ 333:e5ba8c5a30fe trunk

Fix XPath traversal in match templates. Previously, `div/p` would be treated the same as `div//p`, i.e. it would match all descendants and not just the immediate children.
author cmlenz
date Tue, 07 Nov 2006 17:50:28 +0000
parents 6be95de7aa99
children 7763f7aec949
comparison
equal deleted inserted replaced
332:97b0d21b81b7 333:e5ba8c5a30fe
19 associated choose directive does have one. In that case, the when branch is 19 associated choose directive does have one. In that case, the when branch is
20 followed if the expression of the choose directive evaluates to a truth 20 followed if the expression of the choose directive evaluates to a truth
21 value. 21 value.
22 * Unsuccessful attribute or item lookups now return `Undefined` objects for 22 * Unsuccessful attribute or item lookups now return `Undefined` objects for
23 nicer error messages. 23 nicer error messages.
24 24 * Fix XPath traversal in match templates. Previously, `div/p` would be treated
25 the same as `div//p`, i.e. it would match all descendants and not just the
26 immediate children.
25 27
26 Version 0.3.4 28 Version 0.3.4
27 http://svn.edgewall.org/repos/genshi/tags/0.3.4/ 29 http://svn.edgewall.org/repos/genshi/tags/0.3.4/
28 (Nov 2 2006, from branches/stable/0.3.x) 30 (Nov 2 2006, from branches/stable/0.3.x)
29 31
Copyright (C) 2012-2017 Edgewall Software