Clarify axes
This commit is contained in:
parent
9565d413aa
commit
aacec7d77c
2
xpath.md
2
xpath.md
|
@ -261,7 +261,7 @@ Steps of an expression are separated by `/`, usually used to pick child nodes. T
|
||||||
{:.light}
|
{:.light}
|
||||||
|
|
||||||
### Child axis
|
### Child axis
|
||||||
When axis is not specified, a `name` is short for `child::name`. This makes `//a/b/c` work.
|
This is the default axis. This makes `//a/b/c` work.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# both the same
|
# both the same
|
||||||
|
|
Loading…
Reference in New Issue