| Example 11 Previous Next |
| /AAA |
|---|
| Equivalent of /child::AAA |
|
<AAA> <BBB/> <CCC/> </AAA> |
| Open the example in XLab. | Tree view (PNG) |
| /child::AAA |
|---|
| Equivalent of /AAA |
|
<AAA> <BBB/> <CCC/> </AAA> |
| Open the example in XLab. | Tree view (PNG) |
| /AAA/BBB |
|---|
| Equivalent of /child::AAA/child::BBB |
|
<AAA> <BBB/> <CCC/> </AAA> |
| Open the example in XLab. | Tree view (PNG) |
| /child::AAA/child::BBB |
|---|
| Equivalent of /AAA/BBB |
|
<AAA> <BBB/> <CCC/> </AAA> |
| Open the example in XLab. | Tree view (PNG) |
| /child::AAA/BBB |
|---|
| Both possibilities can be combined |
|
<AAA> <BBB/> <CCC/> </AAA> |
| Open the example in XLab. | Tree view (PNG) |