| >> English << | česky | Nederlands | Français | Español | По русски | Deutsch | ZVON > Tutorials > XPath Tutorial |
| Intro / Search / ZVON |
| >> Example 4 << | Prev | Next |
| /AAA/BBB[1] |
|---|
| Select the first BBB child of element AAA |
|
<AAA> <BBB/> <BBB/> <BBB/> <BBB/> </AAA> |
| Open the example in XLab. | Tree view (JPG) |
| /AAA/BBB[last()] |
|---|
| Select the last BBB child of element AAA |
|
<AAA> <BBB/> <BBB/> <BBB/> <BBB/> </AAA> |
| Open the example in XLab. | Tree view (JPG) |