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

vue d'arbre

Exemple
 
//@id
Sélectionne tous les attributs id

     <AAA>
          <BBB id = "b1"/>
          <BBB id = "b2"/>
          <BBB name = "bbb"/>
          <BBB/>
     </AAA>
Ouvrez l'exemple dans XLab | Allez à l'exemple