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

Baumansicht

Beispiel
 
/AAA/EEE | //DDD/CCC | /AAA | //BBB
Die Anzahl der Kombinationen ist nicht begrenzt

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