Corrected "explici" type

Fixes #120
This commit is contained in:
Yorick Peterse 2015-06-29 15:14:04 +02:00
parent fcd5573422
commit daec6d151c
1 changed files with 1 additions and 1 deletions

View File

@ -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"]