parent
fcd5573422
commit
daec6d151c
|
@ -206,7 +206,7 @@ can use the following:
|
||||||
|
|
||||||
descendant::*[local-name() = "bar"]
|
descendant::*[local-name() = "bar"]
|
||||||
|
|
||||||
And if you want to specify an explici namespace URI, you can use this:
|
And if you want to specify an explicit namespace URI, you can use this:
|
||||||
|
|
||||||
descendant::*[local-name() = "bar" and namespace-uri() = "http://example.com"]
|
descendant::*[local-name() = "bar" and namespace-uri() = "http://example.com"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue