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

Baumansicht

Beispiel
 
/AAA/CCC
Wähle alle CCC Elemente aus, die Kinder des Wurzelelements AAA sind

     <AAA>
          <BBB/>
          <CCC/>
          <BBB/>
          <BBB/>
          <DDD>
               <BBB/>
          </DDD>
          <CCC/>
     </AAA>
Öffne das Beispiel in XLab. | Gehe zum Beispiel