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

Baumansicht

Beispiel
 
//@id
Wähle alle "id" Attribute aus

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