| English | česky | Nederlands | Français | >> Español << | По русски | Deutsch | ZVON > Tutorials > XPath Tutorial |
| Intro / Buscar / ZVON |
| Ejemplo 5 > Muestra 3 |
| //BBB[@name] |
|---|
| Selecciona los elementos BBB que contienen un atributo 'name' |
|
<AAA> <BBB id = "b1"/> <BBB id = "b2"/> <BBB name = "bbb"/> <BBB/> </AAA> |
| Abrir el ejemplo en XLab. | Ir al ejemplo |