| >> English << | česky | Nederlands | Français | Español | По русски | Deutsch | ZVON > Tutorials > XPath Tutorial |
| Intro / Search / ZVON |
| >> Example 2 << | Prev | Next |
| //BBB |
|---|
| Select all elements BBB |
|
<AAA> <BBB/> <CCC/> <BBB/> <DDD> <BBB/> </DDD> <CCC> <DDD> <BBB/> <BBB/> </DDD> </CCC> </AAA> |
| Open the example in XLab. | Tree view (JPG) |
| //DDD/BBB |
|---|
| Select all elements BBB which are children of DDD |
|
<AAA> <BBB/> <CCC/> <BBB/> <DDD> <BBB/> </DDD> <CCC> <DDD> <BBB/> <BBB/> </DDD> </CCC> </AAA> |
| Open the example in XLab. | Tree view (JPG) |