| English | česky | Nederlands | Français | >> Español << | По русски | Deutsch | ZVON > Tutorials > XPath Tutorial |
| Intro / Buscar / ZVON |
| >> Ejemplo 4 << | Ant | Prox |
| /AAA/BBB[1] |
|---|
| Selecciona el primer hijo BBB del elemento AAA |
|
<AAA> <BBB/> <BBB/> <BBB/> <BBB/> </AAA> |
| Abrir el ejemplo en XLab. | Vista arborescente (JPG) |
| /AAA/BBB[last()] |
|---|
| Selecciona el último hijo BBB del elemento AAA |
|
<AAA> <BBB/> <BBB/> <BBB/> <BBB/> </AAA> |
| Abrir el ejemplo en XLab. | Vista arborescente (JPG) |