>>There's no point in using .. instead of . between b and c. If you
want to use .. you'd just say data..c.


If there were multiple child elements that contained c sections in
this case, how would .. know what to reference?

<a>
  <b>
   <c/>
  </b>
  <s>
   <c/>
  </s>
</a>

Reply via email to