Příklad osa ancestor
Příklad 5. //d/ancestor::*
<?xml version="1.0"?>
<a> <b/> <b>
<c>
<d/>
</c>
</b>
<b>
<c/>
</b>
</a>
12