Clarify axes
This commit is contained in:
parent
aacec7d77c
commit
91dbc77bd4
2
xpath.md
2
xpath.md
|
@ -283,7 +283,7 @@ This is the default axis. This makes `//a/b/c` work.
|
||||||
```
|
```
|
||||||
|
|
||||||
### Descendant-or-self axis
|
### Descendant-or-self axis
|
||||||
When you use `//` for descendants, this is short for the `descendant-or-self::` axis.
|
`//` is short for the `descendant-or-self::` axis.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# both the same
|
# both the same
|
||||||
|
|
Loading…
Reference in New Issue