Bedingte Elementselektion

Task

Source document

<document xmlns:xlink="http://www.w3.org/1999/xlink">
  <linkList name="A">
    <document xlink:href="15024" />
    <document xlink:href="15028" />
  </linkList>
  <linkList name="B">
    <document xlink:href="15030" />
    <document xlink:href="15032" />
  </linkList>
</document>

Challenge

Selektieren Sie alle document-Elemente unterhalb des Knotens linkList mit dem Namen A.

Desired selection (XML-output)

  • <document xlink:href="15024" xmlns:xlink="http://www.w3.org/1999/xlink" />
  • <document xlink:href="15028" xmlns:xlink="http://www.w3.org/1999/xlink" />

Exercise

Your input

Eine Lösung wäre: Lösung