<?xml version="1.0" encoding="UTF-8"?>
<a>
<b>
<c>110</c>
<d>periodendyear="2019"</d>
<e>
<f>
<code>xyz</code>
<value>54</value>
</f>
</e>
<e>
<f>
<code>xy</code>
<value>6</value>
</f>
</e>
</b>
</a>
How would you select all the a, d and code and value elements that are children of b elements?
Basically, something like:
//b | //f