>> English << | česky | Nederlands | Français | Español | По-русски | Deutsch | 中文 | Italiano | Polski | ZVON > Tutorials > XPath Tutorial |
Intro / Search / ZVON |
Example 6 > Sample 1 |
//BBB[@id='b1'] |
---|
Select BBB elements which have attribute id with value b1 |
<AAA> <BBB id = "b1"/> <BBB name = " bbb "/> <BBB name = "bbb"/> </AAA> |
Open the example in XLab. | Go to example |