Content of a parent element

Aufgabenstellung

Quelldokument

Sie befinden sich an der grün markierten Position

<collection>
  <artist>
    <name>Robbie Williams</name>
    <cds>
      <cd>Rudebox</cd>
      <cd>Swing when you're winning</cd>
    </cds>
  </artist>
  <band>
    <name>Juli</name>
    <cds>
      <cd>Ein neuer Tag</cd>
    </cds>
  </band>
  <band>
    <name>Silbermond</name>
    <cds>
      <cd>Verschwende deine Zeit</cd>
    </cds>
  </band>
  <artist>
    <name>Michael Jackson</name>
    <cds>
      <cd>Bad</cd>
      <cd>Thriller</cd>
    </cds>
  </artist>
</collection>

Aufgabe

Select the name of the artist that goes with the CD.

Gewünschte Selektion (Textausgabe)

Robbie Williams

Übung

Ihre Eingabe

Eine Lösung wäre: Lösung