Příklad osa following-sibling

Příklad 6. //b/following-sibling::*

<?xml version="1.0"?>
<a>
 <b/>
 <b>
   <c>
     <d/>
   </c>
 </b>
 <b>
   <c/>
 </b>
</a>