xpath: formatting
This commit is contained in:
parent
3d70f16b77
commit
3afc3ad383
4
xpath.md
4
xpath.md
|
@ -323,8 +323,8 @@ Steps of an expression are separated by `/`, usually used to pick child nodes. T
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# both the same
|
# both the same
|
||||||
//ul//[last()]
|
//ul//[last()]
|
||||||
//ul/descendant-or-self::[last()]
|
//ul/descendant-or-self::[last()]
|
||||||
```
|
```
|
||||||
|
|
||||||
### Other axes
|
### Other axes
|
||||||
|
|
Loading…
Reference in New Issue