php-technolog / wicked-good-xpath

Automatically exported from code.google.com/p/wicked-good-xpath
0 stars 0 forks source link

Namespace qualified wildcard step (ns:*) fails #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Any namespace qualified step in XPath returns no data.

If "ns:elem1/*" returns elements in the namespace associated with the ns 
prefix, then "ns:elem1/ns:*" does not.

Original issue reported on code.google.com by mcurl...@live.com on 3 Apr 2013 at 11:58

GoogleCodeExporter commented 9 years ago
I'm working on this now.

Original comment by gden...@google.com on 9 Apr 2013 at 4:10

GoogleCodeExporter commented 9 years ago
Fixed in revision r17.

Original comment by gden...@google.com on 18 Apr 2013 at 7:00