On Friday, 11/19/2004 at 05:14 ZE2, George Cristian Bina <[EMAIL PROTECTED]>
wrote:
> You can also check the namespace, something like
> //*[local-name()='test' and namespace-uri()='http://test.com']
> will match all test elements from the http://test.com namespace.

Good point; I should have mentioned that.

(If folks are going to start using this idiom -- and it does seem to be
becoming more common as people get more serious about namespaces -- we
should probably put some work into recognizing it and making it run as fast
as //foo:test does. "In our copious spare time...")

Reply via email to