Example 1 Previous Next |
/AAA |
---|
Select the root element AAA |
<AAA> <BBB/> <CCC/> <BBB/> <BBB/> <DDD> <BBB/> </DDD> <CCC/> </AAA> |
Open the example in XLab. | Tree view (PNG) |
/AAA/CCC |
---|
Select all elements CCC which are children of the root element AAA |
<AAA> <BBB/> <CCC/> <BBB/> <BBB/> <DDD> <BBB/> </DDD> <CCC/> </AAA> |
Open the example in XLab. | Tree view (PNG) |
/AAA/DDD/BBB |
---|
Select all elements BBB which are children of DDD which are children of the root element AAA |
<AAA> <BBB/> <CCC/> <BBB/> <BBB/> <DDD> <BBB/> </DDD> <CCC/> </AAA> |
Open the example in XLab. | Tree view (PNG) |