comparison ChangeLog @ 224:e4dad1145f84

Implement support for namespace prefixes in XPath expressions.
author cmlenz
date Wed, 06 Sep 2006 14:39:50 +0000
parents af15e231d972
children 98b8e1a92df8
comparison
equal deleted inserted replaced
223:861105f3afe3 224:e4dad1145f84
30 * Fix traversal of substreams by XPath expressions. For example, the path 30 * Fix traversal of substreams by XPath expressions. For example, the path
31 '*/*' no longer matches non-immediate child elements, and '@*' no longer 31 '*/*' no longer matches non-immediate child elements, and '@*' no longer
32 matches the attributes of descendants. 32 matches the attributes of descendants.
33 * Fixes for `py:match` which would get confused when it should be applied 33 * Fixes for `py:match` which would get confused when it should be applied
34 to multiple elements (ticket #49). 34 to multiple elements (ticket #49).
35 * Using namespace prefixes in XPath expressions is now supported.
35 36
36 37
37 Version 0.2 38 Version 0.2
38 http://svn.edgewall.org/repos/markup/tags/0.2.0/ 39 http://svn.edgewall.org/repos/markup/tags/0.2.0/
39 (Aug 22 2006, from branches/stable/0.2.x) 40 (Aug 22 2006, from branches/stable/0.2.x)
Copyright (C) 2012-2017 Edgewall Software