| English | česky | Nederlands | >> Français << | Español | По русски | Deutsch | ZVON > Tutorials > XPath Tutorial |
| Intro / Chercher / ZVON |
| Exemple 5 > Echantillon 2 |
| //BBB[@id] |
|---|
| Sélectionne tous BBB qui ont un attribut id |
|
<AAA> <BBB id = "b1"/> <BBB id = "b2"/> <BBB name = "bbb"/> <BBB/> </AAA> |
| Ouvrez l'exemple dans XLab | Allez à l'exemple |