English | česky | Nederlands | Français | Español | По-русски | >> Deutsch << | 中文 | Italiano | Polski ZVON > Tutorials > XPath Tutorial
Beispiel 5 > Beispiel 2

Baumansicht

Beispiel
 
//BBB[@id]
Wähle jene BBB Elemente aus, die ein Attribut "id" haben

     <AAA>
          <BBB id = "b1"/>
          <BBB id = "b2"/>
          <BBB name = "bbb"/>
          <BBB/>
     </AAA>
Öffne das Beispiel in XLab. | Gehe zum Beispiel